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 192349 - IllegalArgumentException: Invalid ClassPath root: file:/tmp/JA1/build/classes/. The root must be a folder.
Summary: IllegalArgumentException: Invalid ClassPath root: file:/tmp/JA1/build/classes...
Status: RESOLVED DUPLICATE of bug 192088
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-23 16:09 UTC by Tomas Danek
Modified: 2010-11-24 08:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171644


Attachments
stacktrace (3.38 KB, text/plain)
2010-11-23 16:09 UTC, Tomas Danek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2010-11-23 16:09:50 UTC
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-b04
OS: Linux

User Comments:
musilt2: did some refacoring on foo project. if stacktrace is not helpful, feel free to close.

GUEST: Clean and Build Main Project

GUEST: Renaming folders

GUEST: Trying to move main class to another package...

GUEST: Remote debugging




Stacktrace: 
java.lang.IllegalArgumentException: Invalid ClassPath root: file:/tmp/JA1/build/classes/. The root must be a folder.
   at org.netbeans.api.java.classpath.ClassPath$Entry.getRoot(ClassPath.java:734)
   at org.netbeans.api.java.classpath.ClassPath.createRoots(ClassPath.java:283)
   at org.netbeans.api.java.classpath.ClassPath.getRoots(ClassPath.java:266)
   at org.netbeans.modules.java.source.ant.ProjectRunnerImpl.computeProperties(ProjectRunnerImpl.java:230)
   at org.netbeans.modules.java.source.ant.ProjectRunnerImpl.execute(ProjectRunnerImpl.java:119)
   at org.netbeans.api.java.project.runner.JavaRunner.execute(JavaRunner.java:273)
Comment 1 Tomas Danek 2010-11-23 16:09:53 UTC
Created attachment 103252 [details]
stacktrace
Comment 2 Tomas Zezula 2010-11-24 08:55:50 UTC

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