- OS X 10.5.5
- Default Java - java version "1.5.0_16"
- Also have the latest (and buggy) apple Java 1.6.0_17
IDE | Version | Problem | Fix |
Netbeans | 6.5 | As soon as I launch, the netbeans icon jumps on the dock and then crashes. No error message on screen. | This is due to some but in Apple's Java and updates. To address, you will have to edit file :Applications/NetBeans/NetBeans 6.5.app/Contents/Resources/NetBeans/ $jargs org.netbeans.Main "$args" '&' rgs" '&' |
Intellij IDEA | 8,7.x | Compiler internal error. Process terminated with exit code 139 - This occurs whenever you try to build your project | Not sure how this gets fixed by my work-around, but all you have to do is : launch compiler properties- Intellij IDEA->Preferences..->Compiler->Java Compiler and put a valid option in "Additional command line parameters - for ex: -verbose |
Eclipse | Ganymede | None so far |
The fix for Netbeans issue is specified in netbeans issues
However, I had to figure out fix for issue with IDEA through trial and error(accidentally)