Wrox Home  
Search P2P Archive for: Go

  Return to Index  

j2ee thread: NoDefClassFoundError


Message #1 by Keith.Pursglove@a... on Thu, 4 Apr 2002 09:07:26 +0100
Hi Keith

You are not saying which class is what you want, I'll explain better:

"org.xml.sax" is only a package name, this package contains classes
that are which you can instanciate, ie:
If class you want to instanciate is "SAXParser" you should write this:

Class.forName("org.xml.sax.SAXParser").newInstance;

               ^^package^^.^^CLASS^^

Usefull?? I hope





  Return to Index