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

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/



Back to the top