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