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 88015 - [retouche]Javac fatal error
Summary: [retouche]Javac fatal error
Status: RESOLVED DUPLICATE of bug 86556
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-26 02:18 UTC by _ tboudreau
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Problem sources (1.27 MB, application/x-compressed)
2006-10-26 02:18 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2006-10-26 02:18:02 UTC
Unzip the attached sources into your contrib/checkout and try to do something
with them;  just about any operation (right click in the editor, whatever)
results in the following:

com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find package
java.lang in classpath or bootclasspath
	at com.sun.tools.javac.comp.MemberEnter.importAll(MemberEnter.java:123)
	at com.sun.tools.javac.comp.MemberEnter.visitTopLevel(MemberEnter.java:509)
	at com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:446)
	at com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:387)
	at com.sun.tools.javac.comp.MemberEnter.complete(MemberEnter.java:849)
	at com.sun.tools.javac.code.Symbol.complete(Symbol.java:384)
	at com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:760)
	at com.sun.tools.javac.comp.Enter.complete(Enter.java:482)
	at
org.netbeans.api.java.source.JavaSource$ErrorHandlingJavadocEnter.main(JavaSource.java:722)
	at com.sun.tools.javac.main.JavaCompiler.enterTrees(JavaCompiler.java:819)
	at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:345)
	at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:291)
	at org.netbeans.api.java.source.JavaSource.moveToPhase(JavaSource.java:781)
	at org.netbeans.api.java.source.JavaSource$CompilationJob.run(JavaSource.java:1026)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
[catch] at java.lang.Thread.run(Thread.java:619)
Comment 1 _ tboudreau 2006-10-26 02:18:59 UTC
Created attachment 35553 [details]
Problem sources
Comment 2 Jiri Prox 2006-10-26 10:41:26 UTC
It looks like default java platform is missing
Comment 3 Jiri Prox 2006-10-26 10:42:37 UTC
It's duplicate of issue 86556

*** This issue has been marked as a duplicate of 86556 ***