Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » java.lang.ClassNotFoundException
java.lang.ClassNotFoundException [message #187352] Fri, 30 January 2004 18:24 Go to next message
Eclipse UserFriend
Originally posted by: loemming.gmx.net

Hi

my plug-in uses a SAX parser for xml parsing. When i try to run it and
invoke the parser I get the following error:

java.lang.ClassNotFoundException: org.apache.xerces.parsers.SAXParser


I have added org.apache.xerces to the dependencies in my plugin.xml.

Any ideas?
thx philipp
Re: java.lang.ClassNotFoundException [message #187545 is a reply to message #187352] Fri, 30 January 2004 23:29 Go to previous message
Eclipse UserFriend
Originally posted by: moopa06.ca.com

Thread.currentThread().setContextClassLoader(this.getClass.g etClassloader());

Philipp Tiedt wrote:

> Hi

> my plug-in uses a SAX parser for xml parsing. When i try to run it and
> invoke the parser I get the following error:

> java.lang.ClassNotFoundException: org.apache.xerces.parsers.SAXParser


> I have added org.apache.xerces to the dependencies in my plugin.xml.

> Any ideas?
> thx philipp
Previous Topic:test
Next Topic:Changing default line delimiter
Goto Forum:
  


Current Time: Thu Apr 25 17:16:08 GMT 2024

Powered by FUDForum. Page generated in 0.03250 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top