Hello,

This problem is because j3d.dll cannot be found. The reason why you get it on certain lines is because that��s the first place where it had to use j3d.dll. Follow generic trouble shooting for j3d (i.e.: un install/reinstall, make sure that j3d is going under the same VM that you are running and.... you'll find trouble shootings if you search the previous posts.)

Another possibility is that a dll that j3d.dll uses was not found and there for accessing j3d.dll has failed. This is a very rare senario, but if needed, you have to reinstall DirecX7 or openGL.
 
Take Care,
_______________________________________________
 
Syrus Mesdaghi                Full Sail Real World Education
Gaming Instructor             Winter Park, FL    
[EMAIL PROTECTED]       http://www.fullsail.com
_______________________________________________
----- Original Message -----
From: qxp
Sent: Tuesday, April 25, 2000 3:11 AM
Subject: [JAVA3D] about: java.lang.unsatisfiedLinkError

does anyone ever see the following error:
      java.lang.unsatisfiedLinkError: no J3D in java.library.path
I met this error twice:
(1)     TransformGroup objScale = new TransformGroup() ;
        Transform3D t3d = new Transform3D() ;
        t3d.setScale(0.7) ; 
        objScale.setTransform(t3d) ;// this throws the error
(2) BranchGroup scene=new BranchGroup();
    ...........
    scene.compile();  // this throws the error
my question is :
  what is the meaning of this error?
  in what condition shoud this error occur?

 

Reply via email to