i haf the class files for my swing application, all the files are in a .class extension. Is there a way to compile them into Excutables with a exe extension?
Printable View
i haf the class files for my swing application, all the files are in a .class extension. Is there a way to compile them into Excutables with a exe extension?
I belive Visual Cafe lets you compile AWT applications into exe and there a few programs to compile command line applications into native. But I dont know of any for Swing. But the real question is why would you want to compile to exe anyways? It will only run under Windows then.