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 43641

Summary: Javac Parser error when java.lang.Object missing in bootclasspath
Product: java Reporter: Adam Sotona <asotona>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Exception stact trace

Description Adam Sotona 2004-05-20 18:01:53 UTC
Exception is badgering users when any
bootclasspath provider fails in providing its
classpath.

I think that this exception should be catched.

There are many reasons why bootclasspath provider
can fail in providing java.lang.Object and it can
easily happen (broken jar, no J2ME platform
available, etc...)
Comment 1 Adam Sotona 2004-05-20 18:02:38 UTC
Created attachment 15043 [details]
Exception stact trace
Comment 2 Tomas Hurka 2004-06-17 09:14:29 UTC
org.netbeans.lib.javac.v8 parser is not used.