JAVA COmpilation,who can offer help

DEar all JAVA USER..is there anyway after compile the *.java filethen converting it by using exe so that no need using java XXX.java prompt to run the program
[193 byte] By [cygnus81] at [2008-2-19]
# 1
I think you can put both commands javac and java in a batch file and run the batch file.
praveen_t at 2007-7-2 > top of java,Developer Tools,Java Compiler...
# 2

Hello Cygnus81,

This is quite a common question. One way of converting a .class file to an .exe file is to use a tool named jexegen. This tool I believe will successfully do what you need. I have enclosed a link regarding jexegen:

http://www.math.uwaterloo.ca/~elterra/Generating%20.exe%20from%20.class.html

Best of Luck!

Ming Chou

Developer Technical Support

http://www.sun.com/developers/support

FlamingJavaBean at 2007-7-2 > top of java,Developer Tools,Java Compiler...