How to resolve external dependencies for a plugin at runtime [message #293206] |
Wed, 19 October 2005 20:03  |
Eclipse User |
|
|
|
I have a class that implements a simple TreeViewer. The model for the
viewer uses some XMLBeans which create external dependencies. I can run
this as a standalone application without any problems, all the classpath
dependencies get resolved.
I have converted this class into a plugin. The problem I am having is
that when I try to run the plugin in a workbench runtime instance, I get
NoClassDefFoundErrors.
From the reading I have done on the newsgroups, it seems like I have to
make all these external dependencies into plugins. Is that true? If so
can someone steer me towards the docs for that? If it is not true, what
am I doing wrong? I haven't found anyway to setup the runtime instance so
that it will see my external jars.
Thanks in advance for any suggestions.
Jon
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07247 seconds