Eclipse 3.0M5 Plugins, jface/text/* ClassNotFoundException
From: Michael Scovetta (nospam_googlegroups_at_scovetta.com)
Date: 12/08/03
- Previous message: Marcus Beyer: "Re: Tomcat 4.1.27 not updating servlets"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 8 Dec 2003 12:01:36 -0800
Eclipse 3.0M5 seems to be breaking some plugins. Notably, a JavaScript
and Colorer plugin give ClassNotFoundExceptions. I've come across a
fix for it, so in case you're searching for this, maybe this will help
you.
You have to edit the plugin.xml file and add the line:
<import plugin="org.eclipse.jface.text"/>
within the <requires> section
For some reason, it's not auto-imported as in past versions.
Hope that helps *someone*, it took me a while to find the fix for it,
and it doesn't seem to live anywhere else on the web or usenet.
Michael Scovetta
Scovetta.Com LLC, President
- Previous message: Marcus Beyer: "Re: Tomcat 4.1.27 not updating servlets"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|