Re: cyclic exception nesting infinite loop

Tomas Zezula <[email protected]> Tue, 29 Jul 2003 19:04:37 +0200
Newsgroups gmane.comp.java.netbeans.modules.projects.devel
Organization Sun Microsystems
Message-ID <[email protected]>
On Tue, 2003-07-29 at 17:54, Peter Wisnovsky wrote:
> 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.
This is really strange, there should be jars from the JDK (e.g. rt.jar).
If there is nothing something must be broken.
Do you use the current CVS sources or you have an older build?
Which Java platform is used in the project?
I tried it with current CVS snap shot and it works fine.
Tomas
> 
> 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
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>