Hi All,
I use jdk1.3 ,weblogic 6,Eclipse for my EJBs. when I try to run my
ANT script it gives following error:
Buildfile: C:\prehireejbapp\build.xml
BUILD FAILED: Unable to load default ProjectHelper due to java.lang.NoClassDefFoundError: org/xml/sax/SAXException
As you can see , it's not finding xerces.jar (bunch of SAX classes) , I provided with right links to xerces.jar,xercesImpl.jar.
I created a file called "build_ajc.properties" from where "build.xml" can read the variables. These variables are paths for jars ,i.e xerces.jar.
I have no idea why it's not detecting these jars ....Could anybody please comment ?
thanks
-Anand.