Im getting a NoClassDefFound error. What has to be on the classpath?
• xalan.jar, xml-apis.jar, and xercesImpl.jar — or the XML parser you are using — must always be on the classpath. • To run the samples in the samples subdirectories, xalansamples.jar must be on the classpath. To run the servlet (in samples/servlet), xalanservlet.jar must be on the classpath along with the javax.servlet and javax.servlet.http packages. Sun distributes the javax.servlet packages in the JSWDK servlet.jar file. • To run extensions (including the samples in samples/extensions), bsf.jar, and bsfengines.jar must be on the classpath. To run extensions implemented in JavaScript, js.jar must also be on the classpath. For information on what you need to run extensions implemented in other scripting languages, see Supported languages. For more information, see Setting up the system classpath. Using the EnvironmentCheck utility: To help diagnose classpath problems, try running Xalan-Java’s environment checking utility, checked in at xml-xalan/java/src/org/apache/xalan/xslt/Envir
Related Questions
- The game installed OK, but when I try to run the game I get an error that reads "General Protection Fault: History: Init_Engine" And then the launcher quits. Whats wrong?
- Why do I get a java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.visit() error when running JRuby 1.X with a custom classpath?
- Im getting a NoClassDefFound error. What has to be on the classpath?