how do I create a exe file?

Hello everyone I'm new to Sun One, does anyone know how I can create a executable file in Sun One?
[113 byte] By [keziamarshall] at [2007-11-25 10:18:17]
# 1

If you mean the Sun One Studio Java IDE, then your executables will be .class files after compilation. These are byte code executables, not bit binaries like with C++. One of these .class files can contain a main(), or the .class files can be packaged into .JAR library executable.

For more info on Java, see

http://developer.java.sun.com/developer/infodocs/

For IDE sepecifics, see the Studio 5 documentation:

http://developers.sun.com/tools/javatools/documentation/s1s5/diningguide.pdf

utsukushii at 2007-7-1 20:30:40 > top of Java-index,Development Tools,Java Tools...