Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Rcp app and 3rd party libraries
Rcp app and 3rd party libraries [message #444798] Tue, 21 February 2006 03:53 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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?
>
Previous Topic:Preload jar on Application-Start
Next Topic:confused about RCP product deployment
Goto Forum:
  


Current Time: Sat Jul 05 03:28:54 EDT 2025

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

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

Back to the top