[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: plugin.xml - runtime - classpath

Joachim Schreibmaier wrote:
hi,

after adding an entry to the classpath which contains a jar-file, and
exporting the plugin with my product I get an error when I try to load an
action from my coolbar.What does that mean? When I try the view where the
plugin should be initialized I get the error message:

Unable to create view: Plug-in org.eclipse.encian.feedback was unable to
load class org.eclipse.encian.feedback.layout.FeedbackView.

That only occurs when I have a classpath-entry.


There's an open bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=108781

If you're plugin build library is "." and then you add a jar file, it exports the jar file but no longer exports your classes to your plugin.

Later,
PW