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.
The moose likes Ant, Maven and Other Build Tools and the fly likes No class def found : com/bea/xml/XMLException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "No class def found : com/bea/xml/XMLException" Watch "No class def found : com/bea/xml/XMLException" New topic
Author

No class def found : com/bea/xml/XMLException

Jyothsna Panchagnula
Ranch Hand

Joined: Jul 11, 2005
Posts: 113
Hi all,

I am trying to build my application in 9.2 weblogic through ant script.




I have the following jars in the ant build path:
1. weblogic.jar
2. webserrvices.jar
3. ant.jar
4. webserviceclient.jar
5. xbean.jar
6. webserviceclient+ssl.jar
7. wlxbean.jar
8. weblogic-container-binding.jar
9. tools.jar
10. rt.jar

My ant version is 1.7 , jdk 1.5 , weblogic 9.2 MP3

Am I missing something here?

Appreciate your inputs on this.

thanks,
Jyothsna

Vivek Kr Singh
Ranch Hand

Joined: Oct 12, 2007
Posts: 56
Use this link to search for all class files in a jar. This would help you locate jar which contains required class file if you point it to weblogic home dir


SCJP 1.4
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: No class def found : com/bea/xml/XMLException
 
Similar Threads
NoClassDefFoundError - XmlException + weblogic 10
appc help!
using weblogic.appc in ant scripts
Error: [jspc]: 0 file(s) failed
weblogic.appc command in ant script