Unable to compile with Intellij

后端 未结 7 735
小鲜肉
小鲜肉 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条回答
  •  -上瘾入骨i
    2021-01-31 19:14

    The following steps worked for me:

    1. Close IntelliJ IDEA
    2. Edit IDEA_HOME\bin\idea.properties to contain the following lines:

      idea.config.path=C:/Users//.IdeaIC/config
      idea.system.path=C:/Users//.IdeaIC/system
      
    3. Open IntelliJ IDEA

      • now the .IdeaIC folder (specified above) is created automatically and it has the following structure:

        .IdeaIC
           - config
           - system
        

提交回复
热议问题