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 270115 - NetBeans cannot open a project
Summary: NetBeans cannot open a project
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-18 12:09 UTC by rudyment
Modified: 2017-03-18 12:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184734


Attachments
stacktrace (3.89 KB, text/plain)
2017-03-18 12:10 UTC, rudyment
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rudyment 2017-03-18 12:09:58 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 10

User Comments:
GUEST: Open new project

GUEST: Problem occurs when I try to call "Open project" command - no matter from 'File' menu, or key combination Ctrl+Shift+O.

GUEST: no open project

rudyment: NullPointerException at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponents

Whe I wanted to open a project, only response was announcing the error.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponents(WindowsFileChooserUI.java:305)
   at javax.swing.plaf.basic.BasicFileChooserUI.installUI(BasicFileChooserUI.java:173)
   at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installUI(WindowsFileChooserUI.java:149)
   at javax.swing.JComponent.setUI(JComponent.java:666)
   at javax.swing.JFileChooser.updateUI(JFileChooser.java:1836)
   at javax.swing.JFileChooser.setup(JFileChooser.java:371)
Comment 1 rudyment 2017-03-18 12:10:00 UTC
Created attachment 163881 [details]
stacktrace