Rcp app and 3rd party libraries [message #444798] |
Tue, 21 February 2006 03:53  |
Eclipse User |
|
|
|
Hello there,
i developed a rcp app with a gef-editor plugin and a resources plugin,
which bundles a lot of 3rd party jars. this recourses plugin is about
50mb.
When i export the rcp as a standalone, it grows up beyond 100mb, because
the jars were copied into the configuration/org.eclipse.osgi/bundles dir.
Is this the generell way? Or did this happen, because of a configuration?
|
|
|
Re: Rcp app and 3rd party libraries [message #445002 is a reply to message #444798] |
Sat, 25 February 2006 15:07  |
Eclipse User |
|
|
|
The jars ending up in the configuration/org.eclipse.osgi/bundles dir are
the jars that were contained in nested jars (for example you have a
"jar'ed" bundle that contains another jar). In order to avoid that
problem you have to either put the content of the inner jar directly in
the top level one, or simply not jar the plugin.
PaScaL
The Martin wrote:
> Hello there,
>
> i developed a rcp app with a gef-editor plugin and a resources plugin,
> which bundles a lot of 3rd party jars. this recourses plugin is about
> 50mb. When i export the rcp as a standalone, it grows up beyond 100mb,
> because the jars were copied into the
> configuration/org.eclipse.osgi/bundles dir.
> Is this the generell way? Or did this happen, because of a configuration?
>
|
|
|
Powered by
FUDForum. Page generated in 0.04100 seconds