Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Including Java Project in Plugin development(Ecli[pse Plugin Development)
Including Java Project in Plugin development [message #675994] Thu, 02 June 2011 09:54
Kaushik  is currently offline Kaushik Friend
Messages: 4
Registered: June 2011
Junior Member
I am creating an eclipse plugin that uses another Java Project. I have added this Java project as a required project on my build path of my plugin development.

When I create an eclipse plugin jar using an antler script with the above Java project, it seems to work fine and the plugin could locate methods inside the Java Project.

However when I open the eclipse plugin as a run time application, the classes from the above Java Project are not accessible. I get a NoClassDefFoundException.

Is there something I am missing while adding the dependency?
Previous Topic:Attach menu-item to function-key
Next Topic:Generate "Ant build file" outside Eclipse
Goto Forum:
  


Current Time: Thu Apr 25 04:37:14 GMT 2024

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

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

Back to the top