How to make EXE from Java without Installing Java Runtime?
Dear helper,
Java can create two types of applications, Applet and Application. As a result, suppose I would like to create a native win32 exe with Java, How could I do so? If I compile with javac, I will get .class and need to run from command prompt by using java.
Your help will be highly appreciated.
Thank in advance for your help.
Best regards,