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.