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.

0
Avatar
Permanently deleted user

Gregory Pierce <no_mail@jetbrains.com> wrote:

After downloading and installing idea-1104 I tried to double click launch
the application as worked with idea-1094 and the application just
crashes.


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

0

Yep, that does it! Much appreciated :)

0

请先登录再写评论。