Intellij does not start in Leopard Follow
When I try to start Intellij 6.0.5 or Selena 7027 on Leopard WWDC Preview,
I'm getting this error
Jun 25 09:48:35 leopard launchd[110]: Background: Aqua: .IntelliJ IDEA 6.0.5: posix_spawnp("/Volumes/Flash/apps/IntelliJ IDEA 6.0.5.app/Contents/MacOS/idea", ...): Bad executable (or shared library)
Jun 25 09:48:35 leopard launchd[110]: Background: Aqua: .IntelliJ IDEA 6.0.5: exited with exit code: 1
Note that Netbeans and Eclipse starts fine.
Please sign in to leave a comment.
On 2007-06-25 21:51:01 +0400, ming fang <no_reply@jetbrains.com> said:
Citing Hani:
Try:
cp
/System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/MacOS/JavaApplicationStub
"/Volumes/Flash/apps/IntelliJ IDEA 6.0.5.app/Contents/MacOS/idea"
That did it, thanks!