Unable to compile with Intellij

后端 未结 7 865
小鲜肉
小鲜肉 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:08

    I had the exact same problem. So I edited the IDEA_HOME\bin\idea.properties file and uncommented:

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

    Then I removed the ${user.home} from the idea.config.path and idea.system.path and everything worked fine.

提交回复
热议问题