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

Thanks everyone. 

I think i will give the plugin a try. If it doesn't work i will try the other options .

Best regards,
Gayan. 

On Tue, 8 Dec 2020 at 02:20, Mykola Nikishov <mn@xxxxxxxxx> wrote:
Hi,

Gayan Perera <gayanper@xxxxxxxxx> writes:

> 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 ?

Help - About Eclipse - Installation Details - Configuration, search for
'osgi.instance', for me it is like:

--8<---------------cut here---------------start------------->8---
*** System properties:
-Dosgi.instance.area.default=@user.home/eclipse-workspace
osgi.instance.area=file:/home/user/eclipse-workspace/
osgi.instance.area.default=file:/home/user/eclipse-workspace/
--8<---------------cut here---------------end--------------->8---

[1] https://wiki.eclipse.org/Eclipse.ini#Overview
[2] https://help.eclipse.org/2020-09/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html

--
Mykola

Libre/Free Java Software Developer
https://manandbytes.gitlab.io/

_______________________________________________
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