OSX: 1104 Does not start
After downloading and installing idea-1104 I tried to double click launch the application as worked with idea-1094 and the application just crashes. Don't see any errors in console.log or system.log that are related in any way to Idea. Don't know where the application logs are anymore so I'm unable to assist further.
请先登录再写评论。
Gregory Pierce <no_mail@jetbrains.com> wrote:
Permissions are wrong for idea. Copy Idea into your application folder
and open a Terminal. Then:
cd /Applications/idea-1104/Contents/MacOS
chmod u+x idea
After that it should work.
Dirk Dittert
Yep, that does it! Much appreciated :)