Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » CONFIGURING ECLIPSE FOR MAC PLUGINS(ECLIPSE PLUGINS DEVELOPMENT)
CONFIGURING ECLIPSE FOR MAC PLUGINS [message #662870] Fri, 01 April 2011 10:16 Go to next message
PAULO  is currently offline PAULO Friend
Messages: 1
Registered: March 2011
Junior Member
Hello Eclipse lovers;

I'm starting to develop with eclipse RCP and plugins but I have NO idea what are the right parameters for the Arguments Tab.

I'm Using a MAC/ 10.6 SO and a MAC/10.4

Can you tell me which are the right parameters in order to run it ok?

I did as follows;

-os ${target.os}: osx -ws ${target.ws}: osx -arch ${target.arch}: x86 -nl ${target.nl}:en_US -consoleLog -console

Thanks a lot!!!!

Paulo
Re: CONFIGURING ECLIPSE FOR MAC PLUGINS [message #662891 is a reply to message #662870] Fri, 01 April 2011 11:52 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

On 04/01/2011 06:17 AM, PAULO wrote:
> Hello Eclipse lovers;
>
> I'm starting to develop with eclipse RCP and plugins but I have NO idea
> what are the right parameters for the Arguments Tab.
>
> I'm Using a MAC/ 10.6 SO and a MAC/10.4
>
> Can you tell me which are the right parameters in order to run it ok?
>
> I did as follows;
>
> -os ${target.os}: osx -ws ${target.ws}: osx -arch ${target.arch}: x86
> -nl ${target.nl}:en_US -consoleLog -console

if you don't do anything, target.os, target.ws, and target.arch will
match what's in your running platform.

If you replace them, they should match your running platform. For Java
6 on the mac, probably:

-os macosx -ws cocoa -arch x86_64

PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Platform_Expression_Framework
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/workbench.htm


Previous Topic:Problem with RCP on HPUX(PA-RISC)
Next Topic:Multiple workspaces - one configuration
Goto Forum:
  


Current Time: Sat Apr 20 02:05:12 GMT 2024

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

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

Back to the top