how do I compile an applet to an .exe?
do I need to install all the packages that I use in my applet ?
thank you
Printable View
how do I compile an applet to an .exe?
do I need to install all the packages that I use in my applet ?
thank you
I'm afraid you cannot.
You can try to write it as a Java application, then compile it to a .exe, however, they need to install jre.
i think it is not possible because java applications are sandboxed.. which requires a java runtime environment for every java related apps
but then you still need a JRE and besides the java application will just be embedded to the html right? so i conclude the it's not possible. :)