Re: Problems with java.lang.Object

1999-01-05 Thread Brad Pepers
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

Re: Problems with java.lang.Object

1999-01-05 Thread David Medinets
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

Problems with java.lang.Object

1999-01-05 Thread 1 CTA
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 Cristal