I\'m giving JetBrains IntelliJ IDEA 12.0.4 a spin and have run into an issue when compiling programs. When I run a program I get the following error:
Internal err
It seems that your user home is located on a network drive, which is unsupported by IntelliJ
In some environments user's home directory is located on the mapped network drive which is unacceptable for IntelliJ IDEA. You'll notice the huge performance degradation. You may also want to move system directory to the faster or larger drive partition.
You should copy IDEA_HOME\bin\idea.properties
to your home directory and adjust the following paths so that they point to local directories instead:
See the above link for further details. If you don't want to lose everything you already configured, just move \domain.local\usersfolders\roberth\.IntelliJIdea12
to a local folder.