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

Summary: java.lang.IllegalArgumentException at Libraries:AddJar/Folder
Product: platform Reporter: stuff41b <stuff41b>
Component: FilesystemsAssignee: rmatous <rmatous>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: Other   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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 ***