DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22747>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22747 Strange tin happening Summary: Strange tin happening Product: Xerces2-J Version: 2.0.0 Platform: PC OS/Version: Windows XP Status: NEW Severity: Minor Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] i m using textpad for development. all the library files are store in the jdk/jre/lib/ext folder. i m doing a file that use the org.apache.xerces.dom.DOMImplementationImpl i can compile n run finely nothing went wrong. then i try to compile in dos it was ok also finally i run the file then i get Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xerces/dom /DOMImplementationImpl at TransformationApp.main(TransformationApp.java:59) but later i try again wif the classpath option n the path to the jar included it works. take note: that there is no classpath set in textpad. i also use org.apache.xerces.dom.DOMImplementationSourceImpl but that class is found y is this happening.... I thought when the library (jar file) is put inside the jdk/jre/lib/ext folder the compiler n the jvm will find it automatically. y the java did not found the DOMImplementation class ? Can anyone tell me y? thanks for ur attention --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
