Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » ClassNotFoundException though jar file is included.
ClassNotFoundException though jar file is included. [message #62556] Fri, 20 June 2003 04:17
Eclipse UserFriend
Originally posted by: james.openpie.biz

Hi, all

I am currently writing a intranet application.
I had run into some problems regarding a ClassNotfoundException being
thrown because the class is simply not found.

The scenario goes,

I had included workflow engine as a plugin using id,
generic.workflow.engine, under the plugins folder. As it requires during
runtime, the org.apache.xerces.Parsers.SAXParser class(from
xercesImpl.jar), I also include the org.apache.xerces plugin id as what
was required.

However during the application runtime, as a certain xml report design
need to be compiled, it can't seem to find the
org.apache.xerces.Parsers.SAXParser class. I have checked the SAXParser
class in indeed in the xercesImpl.jar.

I have also made efforts to include the plugins under the application's
plugin.xml. Can you provide some knowledge on this ? Are there any other
areas which I have to put in the plugin id, org.apache.xerces ?


regards
James
Previous Topic:questions on headless builds
Next Topic:Error saving files in clearcase view
Goto Forum:
  


Current Time: Sat Jul 27 12:48:05 GMT 2024

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

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

Back to the top