Re: cyclic exception nesting infinite loop
Peter Wisnovsky <[email protected]> Tue, 29 Jul 2003 08:54:12 -0700
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Message-ID | <[email protected]> |
Tomas Zezula writes: > Hi Peter, > the exception is thrown because the Parser is not able to determine the > boot classpath, this is caused either because the parsed file is not in > a project or because of bug in the classpath implementation. > To determine which case is the true, I need to know more details. > > Is the Java file displayed under the Packages node? Yes. > Isn't the project already closed? No. > Does the compilation work? Yes, if I compile I get no problems, but the NPE still appears when the context menu is raised. > How does the boot classpath look like (Customizer of > Project/Output/Compiled Classes node)? These are all empty. Is there some context setup thats done for compilation that might be missing if I ask for the classes from the source element from the source cookie on the node? Peter