Tan Wei Boon wrote:
> Hi, guys, I am a beginner in using Java 3D, and decided to use it to develope
> a stand alone program. The output of the compiled file is having .class extension.
> Can I make a stand alone program, for example, .exe file, only using jdk and
> Java3d API?
No, you cannot. The closest you can get is to make what is called an executible .jar
file, which is a file that contains all the .class files the application needs and is
packed up properly.
See the JDK docs for "jar" at:
http://java.sun.com/products/jdk/1.2/docs/tooldocs/win32/jar.html
and:
http://java.sun.com/products/jdk/1.2/docs/guide/jar/jarGuide.html
> Or I need other utilities to do that? You guys have any ideas?
Yes, you need other utilites to create an .exe from java and your class files. Some
IDEs out there will do it - Visual Cafe Pro Edition, for example.
Good luck!
--
__________________________________________________________
Shawn Kendall Full Sail Real World Education
Course Director 3300 University BLVD
Real Time 3D for Gaming Winter Park FL 32792
[EMAIL PROTECTED] http://www.fullsail.com
__________________________________________________________
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".