vote up 0 vote down star

Title: Eclipse plug-in development Unable to instantiate class due to java.lang.NoClassDefFoundError:

Trying to build an eclipse plugin but getting some runtime error..

I understand this is due to a class file that the code depends on and it is present at compile time but not found at runtime....

I'm not sure what I have to do to fix this. the source file of the file that is not found is in my project workspace.

the project containing of the source file is in the JavaBuildPath of the troubled project as well.

flag

1 Answer

vote up 1 vote down check

You'll need to put the project of the missing file as dependency in the plugin configuration file too. Then it'll be available at runtime.

link|flag
Thanks alot!!! a simple change that solved my problem! – alan Jan 22 at 7:55
A simple change is often the only thing needed ;) – boutta Jan 22 at 8:05
Alan, how did you do that? – Mario Marinato -br- Jun 2 at 13:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.