Start two instances of IntelliJ IDE

前端 未结 7 1634
走了就别回头了
走了就别回头了 2020-12-23 13:13

Well my question is pretty simple, how do I start two instances of IntelliJ (community edition). When I have one instance started and I try to start another one, all that ha

7条回答
  •  天涯浪人
    2020-12-23 13:27

    You need to configure each instance to use its own folders for config/plugins/system locations by editing idea.properties file on Windows/Linux and Info.plist on Mac. You can find the details in FAQ.

    Note that normally it's not necessary since you can open multiple projects in different IDEA frames within the same instance using File | Open or Open Recent.

提交回复
热议问题