This is question mostly directed at the X3D/web3D people. I have a .wrl file
that I
would like to load into my Java3D program, so I followed the instructions at
http://www.web3d.org/TaskGroups/source/HowToInstall.html and downloaded all
the
files from the CVS repository. I successfully got everything to build, and
created the Xj3D.jar file. The problem is that the classes I wanted to use
are
not in this jar file, they never got compiled. The only things that got
compiled were classes in the org.web3d.* packages. The classes I want to use,
VrmlScene and VrmlLoader, are in the com.sun.j3d.loaders.vrml97 package, but
this package is NOT in the makefiles. I tried adding it to some of the
Makefiles, but couldn't get it to work. So what am I doing wrong? Any help
would be much appreciated.
--Danny
===========================================================================
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".