Unable to compile with Intellij

后端 未结 7 729
小鲜肉
小鲜肉 2021-01-31 18:40

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         


        
7条回答
  •  生来不讨喜
    2021-01-31 19:20

    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:

    • idea.config.path
    • idea.system.path
    • idea.plugins.path

    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.

提交回复
热议问题