I’m trying to turn a jar into an exe using launch4j but I’m useless with these tools.
I have the program running in a small window however I normally make the program run full screen with the following:
[quote]>java -jar -Dsun.java2d.noddraw=true AlienSwarm.jar FULLSCREEN
[/quote]
How do I do this with launch4j?
How can I test that the program will run fine on a PC with no java (or an old java) installed?
Many thanks
Mike