Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Running multiple instances of eclipse in MacOS

If you run the app from the command line you can launch a second instance. You have to use the name of the executable and the -data argument to launch it.

/path/to/Eclipse.app/Contents/MacOS/eclipse -data /path/to/workspace

You can also use open -n for an app:

open -n /path/to/Eclipse.app

If you want to have a double clickable app then you can always install two Eclipse instances using the Oomph installer.

Alex

Sent from my iPhone 📱

> On 7 Dec 2020, at 20:55, Gayan Perera <gayanper@xxxxxxxxx> wrote:
> 
> 
> Hi Friends,
> Do you have any workarounds to get multiple instances on the same eclipse installation for different workspaces on MacOS. Or may be a plugin that i can use ?
> 
> Best regards,
> Gayan.
> _______________________________________________
> platform-dev mailing list
> platform-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev


Back to the top