Some suggestions:

   Check out you have J3D files (j3daudio.jar, j3dcore.jar, j3dutils.jar, vecmath.jar, 
J3D.dll, j3daudio.dll) where they should be:
          "C:\JBuilder3\jdk1.2.2\jre\lib\ext". -> JAR files.
          "C:\JBuilder3\jdk1.2.2\jre\bin". -> DLL files.

  Add JAR files to your project libs. In your project properties, click on "required 
libraries", then add required files.

  It works, I swear it. ;)

"Mark A. Tapia" ha escrito:

> Sorry for the error in the previous post. I pressed the return key and it submitted 
>the message before I had completed it.
>
> Here is the full message.
>
> I've been running Java3D code in JBuilder 3 successfully on one of my two machines 
>under NT. I downloaded the openGL version. I am able to use all of the routines on 
>one machine. I then downloaded the same software to my new machine.
>
> When compiling the HelloJava3Db.java program in the tutorial, the new machine was 
>unable to find javax.media.j3d, I copied from the JBuilder folder, all the files and 
>directories in myclasses\javax\ from my old machine. For example, I copied the file
>     javax\media\j3d\javax.media.j3d.dependency
>
> After I made this change, on my old machine I can see all the classes when I type
>    import com.sun.j3d.utils.geometry.
> or when I type
>    import javax.vecmath.
> but I see nothing on my new machine.
>
> I now receive the following errors on the new machine
>    Error (37) cannot access class com.sun.j3d.utils.geometry.ColorCube
>          com.sun.j3d.utils.geometry,ColorCube not found
>    Error (45) Cannot access class BranchGroup class
>          javax.media.j3d.BranchGroup not found in stable package
>
> Does anyone have any suggestions of how I can correct the problem? Thanks so much 
>for your help.
>
> Mark A. Tapia
> Research Scientist
> Massachusetts Institute of Technology
> N51-340
> Cambridge, MA 02139
>
> ===========================================================================
> 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".

--
"Cuando le� los problemas que causa beber, dej� de leer."

===========================================================================
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".

Reply via email to