Jack Gundrum wrote:
Hi,I get the following error when running the browser, what did I forget? java.lang.NoClassDefFoundError: org/xml/sax/SAXException at org.web3d.parser.DefaultVRMLParserFactory.newVRMLReader(DefaultVRMLParserFac tory.java:74) at org.web3d.vrml.nodes.loader.DefaultWorldLoader.loadNow(DefaultWorldLoader.ja va:136) at org.web3d.vrml.nodes.loader.DefaultWorldLoader.loadNow(DefaultWorldLoader.ja va:95) at Xj3DBrowser.load(Xj3DBrowser.java:479)
You are missing the Java XML classes. Likely you have JDK < 1.4, so you will need to install these yourself. you can get it here http://java.sun.com/xml/downloads/javaxmlpack.html or upgrade your JDK to >= 1.4 -- 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".
