1

I am using the latest version of Netbeans (7.2) on a macbook pro with Mountain Lion clean installation, and it gives me frequent crashes.Is it only me , or is it a general problem and who is responsible for it mountain lion, netbeans or jdk7?

(The default java version for this machine is java 7 - you can set it in System Preferences->Java)

ollo
  • 24,797
  • 14
  • 106
  • 155
skiabox
  • 3,449
  • 12
  • 63
  • 95

1 Answers1

2

I would say Java 7. I tried it briefly (on Lion) and it had severe issues. e.g. Spurious calls to setValueAt with JTables in Java 7 on OS X Lion?

I've been running Netbeans with Java 6 on Lion just fine.

IIRC, netbeans will log problems (exception etc...) you might want to look in your ~/.netbeans directory (exact name may vary) for things to submit to either Netbeans or as Java bugs to help.

Community
  • 1
  • 1
BillRobertson42
  • 12,602
  • 4
  • 40
  • 57