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 - IllegalArgumentException: file:/C:/Program%20Files/NetBeans%206.9.1/javaant/nblib/bridge.jar/ is not a valid classpath entry; use a jar-protocol URL.
Summary: IllegalArgumentException: file:/C:/Program%20Files/NetBeans%206.9.1/javaant/n...
Status: RESOLVED DUPLICATE of bug 186213
Alias: None
Product: java
Classification: Unclassified
Component: Classpath (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-31 16:05 UTC by scanti
Modified: 2011-04-01 12:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178076


Attachments
stacktrace (3.14 KB, text/plain)
2011-03-31 16:05 UTC, scanti
Details

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