Skip to main content



      Home
Home » Archived » Visual Editor (VE) » Eclipse plugin to show an applet embedded
Eclipse plugin to show an applet embedded [message #615198] Thu, 19 April 2007 04:28
Eclipse UserFriend
Originally posted by: dhrubajyoti.lahon.honeywell.com

Hello,

We are writing an Eclipse plugin to load an HTML page which has an applet.
This works fine with Internet Explorer(IE) since it downloads the applet
properly. But in case of Eclipse plugin, while downloading the applet it
tries to contact some SUN sites to download something and it hangs there.
What we have to do so that the applet gets downloaded properly in the
plugin and I am able to view the HTML page?

Code snippet:
IWorkbenchBrowserSupport support =
PlatformUI.getWorkbench().getBrowserSupport();
IWebBrowser browser = support.createBrowser(AS_EDITOR | NAVIGATION_BAR
|PERSISTENT,"someId","Test","My Browser");
browser.openURL(new
URL("http://localhost:90/ord?module://HxOutlookBar/main.html"));


Best Regards
Dhruba
Previous Topic:Modify property of multiple similar objects.
Next Topic:Eclipse plugin to show an applet embedded
Goto Forum:
  


Current Time: Mon Jun 23 20:47:51 EDT 2025

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

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

Back to the top