> but I get an error: "Exception in thread "main" > java.lang.NoClassDefFoundError: javax/media/j3d/Node"
Java3D isn't installed properly in the JVM that is trying to run your app, or thats what the exception implies. Check with 'java -version' that you are running the JVM Java3D was installed too. HTH Jeremy -- Homepage: http://www.computerbooth.com/ Codepage: http://www.newdawnsoftware.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".
