I develop a RCP application which is deployed with Java WebStart. Until
now I use the feature export to package and sign all plugins. The feature
is handmade and contains all nesessary plugins including platform specific
ones. At export time I switch the target platform.
My platform is linux and I develop for windows at the moment. To support
other platforms I am now forced to build a new feature containing the
appropiate platform specific plugins and mirror e.g. the startup directory.
Is it possible to export a product directly as WebStart application for
another platform? Or at least generate the feature from the .product file?
Or am I on the wrong track and this is done completely different?