Possible Duplicate:
How do I create an .exe for a Java program?
I've just made a simple program with eclipse and I want to compile it into an executable, but simply can't seem to find out how to do it. Please help.
Possible Duplicate:
How do I create an .exe for a Java program?
I've just made a simple program with eclipse and I want to compile it into an executable, but simply can't seem to find out how to do it. Please help.
The thing you can do is create a .bat that will execute the .jar file created, checking if there is a JRE present.
From Mitch useful link (source)
This can be used into your batch...