You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2003/08/27 10:58:49 UTC

DO NOT REPLY [Bug 22747] New: - Strange tin happening

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: xerces-j-dev@xml.apache.org
        ReportedBy: 0103151G@student.tp.edu.sg


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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org