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 271670 - App does not respond to click on "New Project" or "New file" or "Properties"
Summary: App does not respond to click on "New Project" or "New file" or "Properties"
Status: RESOLVED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-18 19:10 UTC by jmuszynski
Modified: 2017-10-20 10:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (139.69 KB, text/plain)
2017-10-18 19:10 UTC, jmuszynski
Details
about netbeans8.2 (189.81 KB, image/png)
2017-10-20 09:35 UTC, jmuszynski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jmuszynski 2017-10-18 19:10:54 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Mac OS X version 10.13 running on x86_64
Java; VM; Vendor = 9.0.1
Runtime = Java HotSpot(TM) 64-Bit Server VM 9.0.1+11

Reproducibility: Happens every time

STEPS:
  * Open dialog Foo
  * Click on button "Click me"

ACTUAL:
  nothing happens

EXPECTED:
  message pops up
Comment 1 jmuszynski 2017-10-18 19:10:58 UTC
Created attachment 165315 [details]
IDE log
Comment 2 Jiri Kovalsky 2017-10-18 21:07:21 UTC
NetBeans 8.2 does not work with JDK 9. For more information, please see https://jaxenter.com/netbeans/using-apache-netbeans-incubating-jdk-9
Comment 3 jmuszynski 2017-10-19 18:53:10 UTC
I uninstal JDK9 (according to Oracle instruction) and then instal JDK8 and there is no difference - Netbeans does not respond
Comment 4 Jiri Kovalsky 2017-10-20 08:18:45 UTC
Can you please attach here screenshot of "Help > About" dialog where you can prove that your 8.2 IDE is running on JDK 8? Thanks!
Comment 5 jmuszynski 2017-10-20 09:35:50 UTC
Created attachment 165328 [details]
about netbeans8.2

this is about netbeans8.2 where I have an issue
Comment 6 jmuszynski 2017-10-20 09:36:43 UTC
please look at attached print screen
Comment 7 Jiri Kovalsky 2017-10-20 10:47:00 UTC
Thanks. The screenshot confirms that you still use JDK 9 hence the problems you are experiencing. Please launch the IDE instead this way:

/Applications/NetBeans/NetBeans 8.2.app/Contents/Resources/NetBeans/bin/netbeans --jdkhome /Library/Java/JavaVirtualMachines/<complete_your_path_to_jdk8_here>