As a final confirmation, With the recent Mac JAVA update, MAIA throws an error when you attempt to open the application. The fix where by you replace the idea file file with JavaApplicationStub64 file is how you should correct this issue. Finally I am not seeing any CPU or memory issues after applying this update.
Working, but often hangs on few seconds .
You probably want to do this:
cp /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub64 /Applications/Maia-10338.app/Contents/MacOS/idea
Thanks for the hint - it is back working.
Regards,
Peter
Could you elaborate on why this is necessary, please?
I tried that trick and ended up with IDEA monopolizing my CPU at 100%+ utilization... Anyone else seeing this?
Thanks for this, also fix my issue.
As a final confirmation, With the recent Mac JAVA update, MAIA throws an error when you attempt to open the application. The fix where by you replace the idea file file with JavaApplicationStub64 file is how you should correct this issue.
Finally I am not seeing any CPU or memory issues after applying this update.
Cheers
Jeffrey
I had the same problem, but this solution read here (http://www.jetbrains.net/devnet/message/5240216) solved.
"I deleted the idea file in:
/Applications/IntelliJ IDEA 8.1.app/Contents/MacOS
then cp /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub64 to /Applications/IntelliJ IDEA 8.1.app/Contents/MacOS/
and renamed JavaApplicationStub64 to idea again."