Hello, Ed Burnette writes in the Eclipse Powered blog story titled "Deploying RCP apps with Java WebStart":
With help from Gordon Hirsch I've whipped up a live demo of an RCP application using Eclipse 3.1M5 and JWS. To see how it was done you can also find a zipped version of this on the downloads page. There are two parts. RcpMailWebStart is a small (60K) package that contains the RCP Mail template application. It refers to RcpSharedWebStart (6MB) that contains the shared RCP plug-ins. It is branded with a splash screen and window icons. Creating the jars was tricky; you have to do it all by hand: create manifest.mf files (plugin.xml won't cut it), make the jars, and sign them all. The osgi plug-in cannot contain any nested jars but the others can (but probably shouldn't for best performance). It should be possible to include jars for multiple architectures but I haven't done that yet (just Windows right now). This is supposed to get easier with 3.1M6. It's not perfect so I'm hoping some JWS experts out there can take a look at it and see how it can be improved. Comments welcome. More @ http://www.eclipsepowered.org/archives/2005/02/23/deploying-with-jws - Gerald ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ lopica-announce mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lopica-announce
