In jbuilder "tools" menu item there is an option "configure libraries". In that you will have to create new library. When you are creating a new library for Java3d you will have to give the path of following files vecmath.jar j3daudio.jar j3dcore.jar j3dutils.jar
These files are usually found in the folder @/jre/lib/ext/ where @ represents the jdk folder where you installed java3D. After having created this new Library, You will have to add to your project properties so that jbuilder uses it when it compiles your project. For this in the "project" menu item of your jbuilder IDE, use the option project properties. There under "required libraries", you have to add the Java3D library that you created earlier in jbuilder. ----- Original Message ----- From: "Jayasree Tangirala" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 31, 2002 9:00 AM Subject: [JAVA3D] trouble compiling in JBuilder > Hi, > > I just installed jBUilder7. Earlier I worked with JDK2/Java3d. However I > am not able to compile with JBuilder. Even J3d components. The compiler is > not recognising elements like Color3f & Vector3f. Some components of the > project I am working on were compiled before I ever installed JBuilder and > do not use JBuilder components. Even they do not compile now. > Obviously I am doing something wrong. Can anyone advice? > Thanks > J > > _________________________________________________________________ > Send and receive Hotmail on your mobile device: http://mobile.msn.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". > =========================================================================== 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".
