7051 wont run on MacOS
Neither 7051 nor 7027 will launch on MacOSX 10.4, they just flash the launcher icon a couple of times and then disappear.
Going to /Applications/Selena-7051/Contents/MacOS and running "idea" just gives a Bus Error.
This is wierd cause 7-0M1b works fine, and M1a did too.
Any ideas anyone???
Please sign in to leave a comment.
I am not having the same trouble. Both work OK for me.
When I have seen behavior like this in the past, it was due to a bogus plugin.
I would try disabling all your plugins.
I assume you are running an up to date OS?
Here's how to make sure your environment doesn't have an cruft in it:
Clean (re)install(mac os x specific)
rm -rf ~/Library/Caches/IntelliJIDEA70
rm -rf ~/Library/Preferences/IntelliJIDEA70
rm -rf ~/Library/Application Support/IntelliJIDEA70
Becareful:
this will blow away all of your custom settings, downloaded plugins etc.
Hope this helps.