Multiple instances

Answered

Hi all,

i use clearcase for my projects and, suppose, i've two views ( A and B )

In a shell i mount the view A under the /opt/view and launch Idea with its project configured in /opt/projectA.

In another shell i mount the view B under the /opt/view and i launch another instance of Idea with its project configured in /opt/projectB.

Both projects link the sources to the /opt/view path.

Second instance seems to point to the view of the first Idea instance.

Seems that Idea share with both instances the same terminal session.

I can separate the session to make the second instance point to the correct view so to the correct files?

Regards

0
1 comment

Technically, it's the same process/instance of IDEA since it's not allowed to run multiple IDE instances on the same system and under the same user account (because of the config/cache folders exclusive locks).

0

Please sign in to leave a comment.