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 43587

Summary: Cannot add another Java platform
Product: platform Reporter: Martin Brehovsky <breh>
Component: FilesystemsAssignee: rmatous <rmatous>
Status: CLOSED FIXED    
Severity: blocker CC: rmatous
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41535, 42864    
Attachments: thrown exception

Description Martin Brehovsky 2004-05-19 16:54:58 UTC
When adding a new java platform via Java Platform
Manager, clicking on "Add Platform" button throws
exception and nothing happens.
Comment 1 Martin Brehovsky 2004-05-19 16:56:04 UTC
Created attachment 15011 [details]
thrown exception
Comment 2 Tomas Zezula 2004-05-19 17:41:16 UTC
Checking in
platform/src/org/netbeans/modules/java/platform/wizard/LocationChooser.java;
/cvs/java/platform/src/org/netbeans/modules/java/platform/wizard/LocationChooser.java,v
 <--  LocationChooser.java
new revision: 1.6; previous revision: 1.5
done
Comment 3 Martin Brehovsky 2004-05-20 12:11:41 UTC
Reopening the issue - it still does not work. Also changing the
component to openide/filesystems
Comment 4 Martin Brehovsky 2004-05-20 12:12:41 UTC
Changing subcategory to filesystems and adding Radek Matous on CC.
Comment 5 Tomas Zezula 2004-05-20 12:53:55 UTC
*** Issue 43608 has been marked as a duplicate of this issue. ***
Comment 6 rmatous 2004-05-20 15:40:15 UTC
 I don't want to fix it in FileUtil because this is only JFileChooser
problem.

/cvs/projects/projectui/src/org/netbeans/modules/project/ui/ProjectChooserAccessory.java
new revision: 1.11; previous revision: 1.10

/cvs/java/platform/src/org/netbeans/modules/java/platform/wizard/LocationChooser.java
new revision: 1.8; previous revision: 1.7
Comment 7 Martin Brehovsky 2004-05-20 17:37:12 UTC
Verified