Hoi Friends,
i made a B4J Program that runs fine on my Notebook.
But when i give it away it will not run on another PC - no error messages, simply doesnt start.
Is there a missing runtime modul or something like that what is needed ?
does the target PC have the Java Runtime software installed?
You can package your JAR into an EXE that will bundle the Java Runtime and install it at the same time as your program, plus you get a personalized icon.
The down side is, it will increase your package size by about 40MB.