Convert java class file to exe file
807605Aug 20 2007 — edited Aug 20 2007How to create exe file from java source code . For example we have a swing based application . It is running properly from console by "java main classname" command. I want to convert this to a executable file.This will run automatically just clicking on icon .Pls anybody help me
Thanking you.