[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] All Plugins as JAR's
|
Hi,
after exporting my RCP product with the "product export wizard" some of
the required plugins for the standalone applicationn are bundled as JAR
components
and some are not. (for instance org.eclipse.help.webapp_3.1.0 or
org.eclipse.tomcat_4.1.30.1
required for the help system)
I would like to have all required plugins in the plugin directory as JAR's
(also to later
distribute the application using JavaWebstart). Just transforming them to
jar's using
jar.exe and deleting the directory does'nt help. The runtime wont find them
in this case.
What can I do?
Thanks
Torsten