Bug 10932 - References to external .jars in <RUNTIME> section of plugin.xml do not work if .jar is not in plugin folder
Summary: References to external .jars in <RUNTIME> section of plugin.xml do not work i...
Status: RESOLVED DUPLICATE of bug 3074
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Resources-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-07 05:40 EST by Jeremy Burton CLA
Modified: 2002-09-27 11:37 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Burton CLA 2002-03-07 05:40:36 EST
One can specify references to external jars in the <RUNTIME> section of the 
plugin.xml files.
However, these references do not appear to be added to the classpath when the 
plug-in is launched inside PDE (by run in runtime workbench option).

In most of the examples and supplied plugins, these references only ever appear 
to be references to other plugins.
However, if your plugin is dependent on other code, you will often want to 
reference jars that are not plugins.
I suspect that this problem can be fixed easily when you deploy the plugin 
because you can simply stick the referenced jars in the plugin's folder but 
that doesn't help at development time - you want to use the run in runtime 
workbench option.
Comment 1 Rodrigo Peretti CLA 2002-03-19 10:58:46 EST
Moving to Platform Core for investigation on plugin parsing. If it works in 
a "normal conditions", we should move it to PDE to investigate if it is a 
problem in "runtime workbench".
Comment 2 DJ Houghton CLA 2002-09-27 11:37:40 EDT

*** This bug has been marked as a duplicate of 3074 ***