Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » feature can't access 3rd party jar of plugin
feature can't access 3rd party jar of plugin [message #508908] Wed, 20 January 2010 16:49
Ralf Buschermoehle is currently offline Ralf BuschermoehleFriend
Messages: 81
Registered: July 2009
Member
Hello,

everything works fine when I run the plugin (e.g., inside a runtime
environment). When I create a feature of that plugin (and some others)
the export complains that the classes of the jar cannot be instantiated
- during compile time.

ERROR in foorBar.java (at line 51)
import org.a.*;
^^^^^^^^^^^^
The import org.a cannot be resolved

I tried to add the jars as extra class entries (jars.extra.classpath =
....) no success. Any hint?

Greetings,

Ralf
Previous Topic:Resources to build new Plugin
Next Topic:feature can't access 3rd party jar of plugin
Goto Forum:
  


Current Time: Thu Apr 25 22:13:58 GMT 2024

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

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

Back to the top