Yes, the JRE can be installed with your application. Just download the JRE
from java.sun.com as well as the Java3D_For_JRE from java.sun.com. Install
both on your computer. Then copy the JRE folder into your application
folder.
Then set up a batch file with the following text:
JRE\bin\java -cp . MyApp
or
JRE\bin\java -cp . -jar MyAppJar.jar
or something similar, depending on the exact path and packages leading to
your "main" .class or .jar file.
You may need to copy java3d.dll and jvm.dll to the location where your batch
file is in order for these .dll files to be found at runtime.
Once you have your application folder set up with the JRE folder inside it,
you can install it on a computer by just copying onto the computer's hard
disk. It is not necessary to install the JDK or JRE separately.
This has worked well for me.
Rob
===========================================================================
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".