hi there, does anybody know how to make a windows executable file from java class files using visual cafe.i would appreciate any help.its very important for me. thanks karan
You mean a jar file? because java does not run natively, it runs inside of a JVM. Maybe you want an .exe that will automatically invoke the jvm with your java program? Thats better known again as a jar file. Some wish to ignore this fact and compile their class files along with the JVM into one JUMBO .exe file, but in the end its just a bunch of class files running in a JVM anyway.
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
posted
0
This sounds like a feature specific to Visual Cafe and I'd recommend that you ask over in the IDE's and other tools forum. Good Luck.
I have visual cafe expert edition and it has no such feature. Well they do have this convoluted methodology but I want to be sure he understands whats happening first.