How can I make a java program that is an .exe file that runs without opening Eclipse? Does anybody know?
Thanks very much.
Printable View
How can I make a java program that is an .exe file that runs without opening Eclipse? Does anybody know?
Thanks very much.
This has been asked many times on this and many other sites. The best solution: don't, at least don't try to create an .exe file. Instead create a Jar file, something that Eclipse has a wizard for which can help you immensely in this process.