Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Im getting a NoClassDefFound error. What has to be on the classpath?

0
Posted

Im getting a NoClassDefFound error. What has to be on the classpath?

0

• 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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123