A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Products
»
JBoss
Author
BUILD FAILED java.lang.NoClassDefFoundError: org/apache/xpath/XPathAPI
Rohit Alwar
Greenhorn
Joined: Oct 03, 2010
Posts: 3
posted
Mar 04, 2011 06:23:52
0
Hi All,
I am getting this error while deploying my application
BUILD FAILED
java.lang.NoClassDefFoundError
: org/apache/xpath/XPathAPI
I recently update my
java
version from 1.5 to 1.6.0_24. Application working fine if i change java 1.5.
the environment information is below
OS : LINUX
Java version: 1.6.0_24
JBoss
version is: jboss-4.0.3SP1
Thanks in advance
Rohit
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35224
7
posted
Mar 04, 2011 06:35:43
0
You should adapt your code to use
javax.xml.xpath.XPath
instead of the Xerces-specific classes.
Android apps
–
ImageJ plugins
–
Java web charts
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: BUILD FAILED java.lang.NoClassDefFoundError: org/apache/xpath/XPathAPI
Similar Threads
Wagon-ssh with Maven 2.2
XPathAPI and performance issue
problem in XML Parsing using XPathAPI
Jboss.security - authentication error in Jboss 7
Unable to deploy .war file.
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter