Unable to locate package java.lang in classpath or bootclasspath

M

Mannu

I am new to Eclipse. I tried to build a project but I got the
following error. I assume that it is environment issue. Any help would
be apprecitated.

Buildfile: E:\Eclipse\WorkSpace\HelloWorld\build.xml
cleanup:
[delete] Deleted 2 directories from E:\Eclipse\WorkSpace\HelloWorld
\classes.ant
clean:
precompile:
init:
[mkdir] Created dir: E:\Eclipse\WorkSpace\HelloWorld\classes.ant
[mkdir] Created dir: E:\Eclipse\WorkSpace\HelloWorld\classes.ant
\Temporary_Files
javacompile:
[javac] Compiling 2 source files to E:\Eclipse\WorkSpace\HelloWorld
\classes.ant
[javac] Fatal Error: Unable to locate package java.lang in
classpath or bootclasspath

BUILD FAILED
E:\Eclipse\WorkSpace\HelloWorld\build.xml:68: Compile failed; see the
compiler error output for details.

Total time: 3 seconds
 
R

Robert Klemme

I am new to Eclipse. I tried to build a project but I got the
following error. I assume that it is environment issue. Any help would
be apprecitated.

Buildfile: E:\Eclipse\WorkSpace\HelloWorld\build.xml
cleanup:
[delete] Deleted 2 directories from E:\Eclipse\WorkSpace\HelloWorld
\classes.ant
clean:
precompile:
init:
[mkdir] Created dir: E:\Eclipse\WorkSpace\HelloWorld\classes.ant
[mkdir] Created dir: E:\Eclipse\WorkSpace\HelloWorld\classes.ant
\Temporary_Files
javacompile:
[javac] Compiling 2 source files to E:\Eclipse\WorkSpace\HelloWorld
\classes.ant
[javac] Fatal Error: Unable to locate package java.lang in
classpath or bootclasspath

BUILD FAILED
E:\Eclipse\WorkSpace\HelloWorld\build.xml:68: Compile failed; see the
compiler error output for details.

Total time: 3 seconds

You probably have disabled the root / default class path in your ant script.

robert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,586
Members
45,084
Latest member
HansGeorgi

Latest Threads

Top