IntelliJ 6.x 7.0 fails to start on Mac OS X Leopard build 9A410
I just got the developer preview of Mac OS X 10.5 from WWDC 2007 and all versions of IntelliJ fails to start on it. I saw some log about Bad executable. See below.
Appreciate if it can be fixed as I love both IntelliJ and Leopard.
thx,
Stanley
.IntelliJ IDEA 7-0M1b: posix_spawnp("/Users/stanleysiuPro/Downloads/IntelliJ IDEA 7-0M1b.app/Contents/MacOS/idea", ...): Bad executable (or shared library)
Jun 13 22:48:06 Macintosh launchd[128]: Background: Aqua: .IntelliJ IDEA 7-0M1b: exited with exit code: 1
Jun 13 22:48:13 Macintosh launchd[128]: Background: Aqua: .IntelliJ IDEA 7-0M1b: posix_spawnp("/Users/stanleysiuPro/Downloads/IntelliJ IDEA 7-0M1b.app/Contents/MacOS/idea", ...): Bad executable (or shared library)
Jun 13 22:48:13 Macintosh launchd[128]: Background: Aqua: .IntelliJ IDEA 7-0M1b: exited with exit code: 1
Please sign in to leave a comment.
Unfortunately we do not possess the Mac OS X Leopard as of now.
if you put the attached script into /Applications/Selena-7020/Contents it will work. it just bypasses the original binary that has linking issues. quaqua seems to look a lot better at the moment, too, but i have the normal ADC seed and not the one from WWDC yet
Attachment(s):
idea
Try:
cp /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/MacOS/JavaApplicationStub "/Users/stanleysiuPro/Downloads/IntelliJ IDEA 7-0M1b.app/Contents/MacOS/idea"
Hani, works great, thanks!
Also works with 6.0:
cp /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/MacOS/JavaApplicationStub /Applications/IntelliJ\ IDEA\ 6.0.5.app/Contents/MacOS/idea
So how does it perform? Worth using the preview?
On 2007-06-23 02:25:29 +0400, Hani Suleiman <hani@formicary.net> said:
ADC membership policy prohibits open discussions about OS preview so I
will only cover IDEA itself.
- native filewatching (fslogger) is broken. Fixed in next EAP though.
- A few visual glitches like strange progress bar appearance,
shadowless popup menus, non-standard shortcut appearance like CmdAltL
in the menus, wrong background color for combobox popups and a few
others.
- Somewhat easy to lock up in native code forever.
- 1.6 VM is not operational. I mean completely.