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 197293

Summary: IllegalArgumentException: file:/C:/Program%20Files/NetBeans%206.9.1/javaant/nblib/bridge.jar/ is not a valid classpath entry; use a jar-protocol URL.
Product: java Reporter: scanti <scanti>
Component: ClasspathAssignee: Tomas Zezula <tzezula>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178076
Attachments: stacktrace

Description scanti 2011-03-31 16:05:30 UTC
This bug was originally marked as duplicate of bug 181155, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows Vista

User Comments:
scanti: I did a Find Usage
The wait Dialog appears
I saw this notification




Stacktrace: 
java.lang.IllegalArgumentException: file:/C:/Program%20Files/NetBeans%206.9.1/javaant/nblib/bridge.jar/ is not a valid classpath entry; use a jar-protocol URL.
   at org.netbeans.modules.java.classpath.SimplePathResourceImplementation.verify(SimplePathResourceImplementation.java:90)
   at org.netbeans.modules.java.classpath.SimplePathResourceImplementation.verify(SimplePathResourceImplementation.java:65)
   at org.netbeans.modules.java.classpath.SimplePathResourceImplementation.<init>(SimplePathResourceImplementation.java:108)
   at org.netbeans.spi.java.classpath.support.ClassPathSupport.createResource(ClassPathSupport.java:78)
   at org.netbeans.spi.java.project.classpath.support.ProjectClassPathImplementation.getPath(ProjectClassPathImplementation.java:148)
   at org.netbeans.spi.java.project.classpath.support.ProjectClassPathImplementation.<init>(ProjectClassPathImplementation.java:93)
Comment 1 scanti 2011-03-31 16:05:33 UTC
Created attachment 107412 [details]
stacktrace
Comment 2 Tomas Zezula 2011-04-01 12:56:07 UTC

*** This bug has been marked as a duplicate of bug 186213 ***