1 CTA wrote:
>
> Hi,
>
> When I compile my code the JDK says the java.lang.Object is not found. What
> is the reason for this problem?
This means that the compiler can't find the Sun classes.zip file. You
didn't specify the JDK version so I can't help you nail it down that
way. Commonly is means that you have a CLASSPATH set up that doesn't
include the /usr/local/java/lib/classes.zip file (this path will depend
on where you installed the JDK!). The recent JDK's for Linux though
seem to be able to find the classes.zip even without including it in
CLASSPATH though so I'm not sure what your problem is.
In general when reporting a problem try to include the versions of all
the relevent pieces of software (JDK and possible Linux distribution).
--
Brad Pepers
Linux Canada Inc. Home of Linux products in Canada!
http://www.linuxcanada.com Proud supporter of Cyclades, Red
[EMAIL PROTECTED] Hat, and Caldera.