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 - Cannot add another Java platform
Summary: Cannot add another Java platform
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
: 43608 (view as bug list)
Depends on:
Blocks: 41535 42864
  Show dependency tree
 
Reported: 2004-05-19 16:54 UTC by Martin Brehovsky
Modified: 2008-12-22 20:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thrown exception (6.24 KB, text/plain)
2004-05-19 16:56 UTC, Martin Brehovsky
Details

Note You need to log in before you can comment on or make changes to this bug.
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