Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Plugin Class not found
Plugin Class not found [message #275748] Thu, 11 November 2004 22:28 Go to next message
Eclipse UserFriend
Originally posted by: german.meneses.uncompany.org

Hi, i'm develop a plug-in for my undergraduate work for anomaly detection
systems, well i use a multipage editors for configuration and use
org.eclipse.ui.forms.* that is in Jar file, when i try run a plugin this
canŽt resolve the class FormToolkit and show me this error log:

java.lang.NoClassFoundError: org/eclipse/ui/forms/FormToolkit

Can any body help me??

Thanks in advance.
Re: Plugin Class not found [message #275751 is a reply to message #275748] Thu, 11 November 2004 23:20 Go to previous message
Ian Leslie is currently offline Ian LeslieFriend
Messages: 21
Registered: July 2009
Junior Member
Germán Augusto Meneses Ríos wrote:

<snip>
> org.eclipse.ui.forms.* that is in Jar file, when i try run a plugin this
> canŽt resolve the class FormToolkit and show me this error log:

> java.lang.NoClassFoundError: org/eclipse/ui/forms/FormToolkit
<snip>

You plug-in depends on the plug-in org.eclipse.ui.forms is that plug-in
available at runtime? In your launch configuration there is a "Plug-ins"
tab which gives you several ways to indicate what plug-in your plug-in(s)
need. For example we are using the "Choose plug-ins and fragments to
lauch from list". When I create a new launch configuration or change a
project's dependent plug-ins, what I do is press the "Deselect All"
button, check the workspace plug-ins that are part of this launch and then
press the "Add Required Plug-ins" button.

I hope that helps,

Ian
Previous Topic:eclipse startup error on fedora core 2
Next Topic:How to debug Sun code?
Goto Forum:
  


Current Time: Thu Jul 18 04:35:32 GMT 2024

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

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

Back to the top