Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » OSX RCP 64bit: default browser not launched
OSX RCP 64bit: default browser not launched [message #1151236] Wed, 23 October 2013 07:59
Martine Staessen is currently offline Martine StaessenFriend
Messages: 2
Registered: October 2013
Junior Member
Hi,
We have a 64bit RCP application running on OS X, for which the "Help Contents" does not launch the browser.
When further investigating the issue, the problem could be reproduced with below code snippet.
Any help would be much appreciated !
Regards,
Martine

---
Program prg=Program.findProgram("html");
boolean ok = prg.execute(<any url>); // sorry, I am not allowed to put a real link here
---

32bit version :
- Safari is already open : OK, page is opened
- Safari is not open : OK, Safari is launched, page is opened
64bit version:
- Safari is already open : OK, page is opened
- Safari is not open : NOK, Safari not launched

Details
** Platform : OSX 10.8.5 (default browser = Safari)
** Eclipse : Helios SP2 (32 bit and 64 bit)
** RCP application (-ws cocoa) : 32bit version and 64bit version of the same application (built on exactly the same sources).
** VM Options :-Xms40m -Xmx512m -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
Previous Topic:Way to find required dependencies and add it to Manifest.mf
Next Topic:How To Hide UI elements in RCP
Goto Forum:
  


Current Time: Wed Apr 24 22:01:26 GMT 2024

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

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

Back to the top