Hi ,
My application throws up this error inspite of my including all the relevant packages.
It works on Borland JBuilder9 Personal edition but not on eclipse. I have no idea what could be wrong.
The errors are as follow:
"1. The project was not built since its classpath is incomplete. Cannot find the class file for org.xml.sax.InputSource. Fix the classpath then try rebuilding this project."
"2.This compilation unit indirectly references the missing type org.xml.sax.InputSource (typically some required class file is referencing a type outside the classpath)"
Funnily enough I don't really make use of this class that is being referred to in the error '1.'. I am using the JDOM package for parsing XML files, not the org.xml.sax....
ideas anyone? been stuck with this for a while now.
- Navneet
GIMME - 11 Mar 2004 19:08 GMT
Would it help if I told you org.xml.sax.InputSource resides in
jdom's crimson.jar? Try putting that in the classpath.
> Hi ,
>
[quoted text clipped - 9 lines]
>
> - Navneet