Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » New expert help, runtime plug-in error
New expert help, runtime plug-in error [message #599483] Fri, 17 July 2009 03:23
Tee Bee is currently offline Tee BeeFriend
Messages: 18
Registered: July 2009
Junior Member
Hi all,

I'm quite a newbie when it comes to plug-in development. However, I do
believe that I've encountered some issues that are quite mysterious. So if
anyone of you experts have some minutes available, I would be sincerely
happy.

Ok, here goes:
1. I create a template plug-in (popup menu). Everything works fine when
using the plug-in
2. I create a simple type in a new package within the context of my
plug-in project and import it in the action class. Everything works fine.
3. I create a simple class for finding/creating a
org.eclipse.ui.console.MessageConsole, and things start to happen; I get
noClassDefFound exceptions on the imported classes like MessageConsole,
and I get messages saying that "Could not create action delegate for
id..." and "Plug-in ... was unable to instatiate class <action class>. All
imported packages/types are found in Plug-in Dependencies in my project,
and listed under Require-Bundle/Import-Package in manifest.mf. I've also
tried a fresh eclipse bundle. I've searched the Internet, made new
projects, added files to build.properties, manifest.mf, tried adding files
to classpath, added files to the Extra Classpath Entries, etc. In short,
I've spent many hours on this problem with no solution. It somehow seems
like there is an inconsistency in eclipse. But then again, I've downloaded
a couple of fresh versions. Anyone who has any advices? In that case, it
is hugely appreciated!

Have a good day!
Previous Topic:New expert help, runtime plug-in error
Next Topic:Getting default content on editor
Goto Forum:
  


Current Time: Fri Mar 29 15:31:02 GMT 2024

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

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

Back to the top