This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hello Guys, I am having problems running my application via the Jbuilder in-built Tomcat. I have an XML parser jar file which contains class org.w3c.dom.Node and when Jbuilder-Tomcat is run the Jar file (named parser.jar) get loaded as verified by my debug message. I have even added the jar file to my classpath and path via control panel. NOTE: Jar file resides in C:\<project-dir>\App-Root\Web-inf\lib\parser.jar. And JBuilder 7 is configured to deploy the pplication from that location. Please, help.... But, i keep getting the error below after logging into the application. root cause java.lang.NoClassDefFoundError: org/w3c/dom/Node at org.apache.jasper.compiler.TldLocationsCache.processWebDotXml(TldLocationsCache.java:183) at org.apache.jasper.compiler.TldLocationsCache.init(TldLocationsCache.java:157) at org.apache.jasper.compiler.TldLocationsCache.getLocation(TldLocationsCache.java:357)
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: XML archive not loaded by JBuilder........