I have been using Java3D with various versions of JBuidler from 5.0 to 7.0 without any problem. The only configuration you need to do is to specify your JDK, and use that JDK in your project. Of course, your Java3D should be installed in the JDK you specified. Follow these steps:
1. Download and install the latest JDK to, say, directory c:\jdk1.4 2. Download and install the latest Java3D, it should be automatically installed in the directory c:\jdk1.4, if it's not, your JDK installation is messed up. 3. Launch JBuilder, select menu "Tools\Configure JDKs", in the pop-up dialog, click "New..." button, in the New JDK Wizard dialog, click the "..." button at right side of "Existing JDK home path:", in the Select Directory dialog, pick the directory c:\jdk1.4, click OK, and wait a couple of seconds, JBuilder will find all the classes, source, and documentation for the JDK (including Java3D), and your are done. 4. In your project, use the JDK you just specified. You do this by selecting menu "Project\Project Properties", click "..." at the right of "JDK", select the JDK you just specified. This way, since Java3D is installed to a JDK and becomes part of it, you DO NOT need to create a libary for Java3D. I only create a libary for those third-party class libaries that install themselves into seperate directories, such as Batik, JMF, and JSDT. Hope this helps. -huahai -----Original Message----- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Jayasree Tangirala Sent: Friday, August 30, 2002 11:30 PM To: [EMAIL PROTECTED] 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 _________________________________________________________________ Join the world�s largest e-mail service with MSN Hotmail. http://www.hotmail.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".
