I dont think there is a way to convert that to exe. The big idea of Java is
to cross platform, exe cant be ran on other platform other than windows. The
best way to make a file executable by simple mouse click is to create
executable jar file...
Please refer to java.sun.com on how to create executable jar by having a
manifest file in the jar file.