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 me
I had the same problem until I installed the rt package and included
the rt.jar file in my CLASSPATH.
david
http://www.affy.com
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?
>
> Thanks.
> Mauricio Crist