This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 219576 - Netbeans 7.3 hangs with JDK 1.7 on OSX
Summary: Netbeans 7.3 hangs with JDK 1.7 on OSX
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.3
Hardware: Macintosh (x86) Mac OS X
: P1 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-05 08:28 UTC by lanthale
Modified: 2012-10-05 09:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lanthale 2012-10-05 08:28:03 UTC
If I set JDk 1.7 as the default JDK (with java preference pane - checked on cmd with "java -version") and try to start Netbeans 7.3 than netbeans always hangs when starting the "background project scanning...".

If I set the default JDK back to 1.6 than all is fine. For some reason other application only using JDK 1.6 and not 1.7. I will try on a fresh installed 10.8.2 machine if other application also hangs (no JDK 1.6 installed).
Comment 1 Tomas Danek 2012-10-05 09:15:21 UTC
Please attach a thread dump (http://wiki.netbeans.org/GenerateThreadDump).  Most likely a known problem of JDK 7u7 on OS X. 

Try to download http://jdk7.java.net/download.html 7u10 b10, it should be fixed there.