Possible Duplicate: How can I convert my Java program to an .exe file?
I want to Run my Java program outside Eclipse ,it work on eclipse great with swing interface , can i make it .exe or an api thats work on windows???
You could make it a Runnable jar file.
Regards, Stéphane
You can make a batch file for your application than a .exe.