brett wrote:

Sorry if there is another group for the xj3d questions.

When I try to run something from the M7 release like the Xj3DBrowser I
get:

Exception in thread "main" java.lang.NoSuchMethodError:
org.web3d.vrml.renderer.
j3d.J3DSceneBuilderFactory.<init>(ZZZZZZZ)V
       at Xj3DBrowser.<init>(Xj3DBrowser.java:153)
       at Xj3DBrowser.main(Xj3DBrowser.java:633)

Can you say which jar should contain this functionality?  I think I have
them all listed in
the classpath.  Thanks.



Did you use the M7 installer?

The error you are getting is not from a missing jar, but likely a
version mismatch.  Ie an old copy of the codebase is floating around in
your library path.  The installer removes libs from the lib/ext
directories as well as we used to install some libraries there.

A useful way to debug this is to move/delete the jars you think are
being loaded, then re-run.  If it gets any error message beyond "class
not found" then you've got another jar floating around with an earlier
version of xj3d.  Look for any xj3d-*.jar files.

--
Alan Hudson
President: Yumetech, Inc.                      http://www.yumetech.com/
Web3D Open Source Chair        http://www.web3d.org/TaskGroups/source/

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