Any time I double click the STS icon it opens the same instance again.
How can I open multiple instances?
Found answer here
So
Go to eclipse install directory and run following from command line:
./STS &
Also check out the open command which can be used from the command line. In particular, open -n any.app will open a new instance of the application even if one is already running. This will work with any application, not just STS or eclipse where a convenient shell script is provided for you.
The easiest way is to use open command with -n parameter
1. Open terminal
2. cd /Applications/
3. open -n STS.app/
The same command can be used to open 2 eclipse instances. But 3rd command should be open -n Eclipse.app/
With this command, we can open as many instances as we want.
Hope it helps!
Here are the steps that worked for me
Once above steps are done. Copy the alias somewhere at the sts level and click on it to start another instance of sts.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With