安装了 IntelliJ,但是当我尝试打开它时,它说:
Config path '/Users/xxx/Library/Preferences/IntelliJIdea12 is invalid. If you have modified the idea.config.path property, please make sure it is correct, otherwise please reinstall the IDE
.
我尝试重新安装无济于事。
安装了 IntelliJ,但是当我尝试打开它时,它说:
Config path '/Users/xxx/Library/Preferences/IntelliJIdea12 is invalid. If you have modified the idea.config.path property, please make sure it is correct, otherwise please reinstall the IDE
.
我尝试重新安装无济于事。
IDE FAQ 文档中回答了这个问题。
Macidea.properties
文件默认不定义这些选项。您可以尝试手动添加它们。
要诊断问题,请在终端中执行以下操作:
cd /Applications/IntelliJ\ IDEA\ 12.app/Contents/MacOS/
export IDEA_LAUNCHER_DEBUG=1
./idea
提供调试输出。这将有助于了解 IDE 可能从何处获取不正确的属性。