Haiying Qiao wrote: > > I am writing test cases for our classes that use slide api. I can init slide > and run my application without JUnit. However, it is very strange I can not > init slide in JUnit. Here is the exception in JUnit
This usually means you've ended up with an extra xml parser lying around somewhere. This is more common with JDK1.4, since that includes one (which overrides any other by default - see java.endorsed.dirs if you want to re-override it). Michael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
