>I'm using:
>
>CLASSPATH="/usr/local/java/lib/classes.zip:/home/brian/classpath/lib"

Be sure to put a JDK 1.2b4 classes.jar in your classpath as well, just after
the Java 1.1 classes.zip file.  That is the source of some of your compiler
errors such as "java.security.AccessController not found".  BTW: I thought I
had commented java.net.Authenticator and other JDK 1.2 dependent classes out
of the java.net build.  I would also exclude the java.security.* stuff
completely from the build since it is not ready at this point in time.
Ditto for java.text.  I checked those in once I got a clean compile on my
machine for backup purposes since my tape drive is out of commission for the
time being.  They are untested.

--
Aaron M. Renn ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/


Reply via email to