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 71644 - java.lang.IllegalArgumentException at Libraries:AddJar/Folder
Summary: java.lang.IllegalArgumentException at Libraries:AddJar/Folder
Status: RESOLVED DUPLICATE of bug 46813
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 5.x
Hardware: Other Windows XP
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-20 10:00 UTC by stuff41b
Modified: 2008-12-22 23:57 UTC (History)
0 users

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 stuff41b 2006-01-20 10:00:28 UTC
java.lang.IllegalArgumentException: URI has an authority component 


[file://<server>/<dir>/users/stuff41b/Eigene%20Dateien/foo.xls]
	at
org.netbeans.modules.masterfs.MasterURLMapper.getFileObjects(MasterURLMapper.java:48)
	at org.openide.filesystems.URLMapper.findFileObject(URLMapper.java:190)
	at org.openide.filesystems.FileUtil.isArchiveFile(FileUtil.java:1378)
	at
org.netbeans.modules.java.j2seproject.ui.LibrariesNode$SimpleFileFilter.accept(LibrariesNode.java:684)
	at javax.swing.JFileChooser.accept(JFileChooser.java:1568)
	at
javax.swing.plaf.basic.BasicDirectoryModel$LoadFilesThread.run(BasicDirectoryModel.java:205)
Comment 1 Marian Mirilovic 2006-01-20 10:28:03 UTC
The problem is that we doesn't support UNC paths on Windows.

*** This issue has been marked as a duplicate of 46813 ***