gnu.vm.stack.* is in vm/reference/gnu/vm/stack, just like Runtime, Class and
Thread are in vm/reference/java/lang.
GetField and PutField do not exist.  AccessController I don't know about.
You need to include vm/reference in your compiling classpath.
--John Keiser

> -----Original Message-----
> From: Maxim Kizub [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 26, 1998 8:48 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Free Java compiler - Kiev
>
>
> First, I've changed '\u000d' to '\r' since this syntax is a bug of javac!
>
> Second here we are:
>
> java/util/HashMap.java:29: at 8: Error: Unresolved identifier
> java.io.ObjectInputStream.GetField
> import java.io.ObjectInputStream.GetField;
>        ^
> java/util/HashMap.java:30: at 8: Error: Unresolved identifier
> java.io.ObjectOutputStream.PutField
> import java.io.ObjectOutputStream.PutField;
>        ^
> java/util/Hashtable.java:28: at 8: Error: Unresolved identifier
> java.io.ObjectInputStream.GetField
> import java.io.ObjectInputStream.GetField;
>        ^
> java/util/Hashtable.java:29: at 8: Error: Unresolved identifier
> java.io.ObjectOutputStream.PutField
> import java.io.ObjectOutputStream.PutField;
>        ^
> java/net/Authenticator.java:24: at 8: Error: Unresolved identifier
> java.security.AccessController
> import java.security.AccessController;
>        ^
> java/lang/Throwable.java:6: at 8: Error: Unresolved identifier
> gnu.vm.stack.StackTrace
> import gnu.vm.stack.StackTrace;
>        ^
> java/lang/Throwable.java:7: at 8: Error: Unresolved identifier
> gnu.vm.stack.StackFrame
> import gnu.vm.stack.StackFrame;
>        ^
> [ Loaded class   java.security.Identity
> 50ms ]
> java/net/JarURLConnection.java:26: at 8: Error: Unresolved identifier
> java.util.jar
> import java.util.jar.*;
>        ^
>
> I've not found these classes in the CVS distribution...
>
>

Reply via email to