Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » NoClassDefFoundError at plugin runtime
NoClassDefFoundError at plugin runtime [message #871443] Sun, 13 May 2012 19:29
Stuart Harper is currently offline Stuart HarperFriend
Messages: 5
Registered: July 2009
Junior Member
Everyone,

I'm having some trouble writing a plugin that needs to call into some internal ant Classes in the org.apache.tools.ant.* package. I've tried the following:

1. Adding the org.apache.ant bundle as a dependency in my manifest
2. Creating a lib folder, dropping the ant.jar in there and adding it to my bundle-classpath

Both produce the same result: At compile time everything works fine and if I execute my code through a main() function in a Java launcher everything works as expected. However when I try to use it within Eclipse itself I get a NoClassDefFoundError on the Ant code as soon as I try to invoke it.

Does anyone have any thoughts on how to resolve this? Everything I can find suggests this should work!
Previous Topic:eclipse 3.6.2 on AIX 7.1 and SWTError
Next Topic:[ANN] JXTA development plug-in
Goto Forum:
  


Current Time: Sat Apr 27 01:40:24 GMT 2024

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

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

Back to the top