how to load a web start application into eclipse rcp -


i have webstart apps/jnlp in add made rcp client. can integrate web start application rcp appear under menu toolbar if clicked load ithe application.if how go doing that, need place plug-in?

thanks help!

check out this tutorial lars vogel learn how use commands in eclipse rcp (and enable command execution menus).

then, in command handler, write code opens web browser url of application passed parameter:

//assuming 'url' url of application platformui.getworkbench().getbrowsersupport().createbrowser(null).openurl(url); 

also, check out this link learn more eclipse rcp browser support. since didn't specify whether want opened internal or external browser, might want tweak code posted.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -