Running multiple instances of IDEA
Hi all,
Another question from a newbie plugin developer: How do I run multiple
instances of IDEA? I want to keep one copy running which I use for
editing my plugin and then be able to run another copy to test the changes.
I recalled reading something about changing the system path, so I made a
copy (on Linux) of the IDEA/bin/idea and idea.lax files, edited the
copies to use a different system path but the same config path and then
tried running first the original and then the copy. But the copy gave
the usual error of only one copy of IDEA can run at a time. The log file
in the copy's system directory had exceptions about a socket address
already being in use.
Any ideas?
Thanks,
Gordon
--
Gordon Tyler
Software Developer, R&D
Sitraka (now part of Quest Software)
"Performance is Mission Critical"
Please sign in to leave a comment.
I installed a second instance in a new directory and pointed that instance
to a different system and config path. It works fine for me. I do get the
socket error. I assumed that is how they are checking for new versions.
Which, by the way, should be configurable.
"Gordon Tyler" <gordon.tyler@sitraka.com> wrote in message
news:b47uv0$887$2@is.intellij.net...
>
changes.
>
>
>
>
>
You have to make a copy of both config and system directories.
Jacques
"Gordon Tyler" <gordon.tyler@sitraka.com> wrote in message
news:b47uv0$887$2@is.intellij.net...
>
changes.
>
>
>
>
>
See http://www.intellij.org/twiki/bin/view/Main/PluginTesting for more info