Search This Blog

Showing posts with label Multiple instances. Show all posts
Showing posts with label Multiple instances. Show all posts

Tuesday, March 19, 2019

How to open multiple instance of an application in MAC



Recently looking option to open multiple Eclipse instances in MAC ( with different workspace).

I did not find just single click option then after some search following command  ( from Terminal) did trick to me :




Applications > open -n -a "APPLICATION NAME"




Ex : open -n -a Eclipse.app



Cheers,

Kapil

Popular Posts