classpath from CVS

2000-05-08 Thread cdornan
I have downloaded and installed classpath0.0 (1999-02-06) on my Arm/Linux machine and installed it on top of Japhar 0.08. Should the installed classes replace the classes.zip file? If I don't remove the classes.zip file Japhar seems to ignore the new arrivals; if I do remove it, the JVM

Re: classpath from CVS

2000-05-08 Thread Tom Tromey
"Chris" == cdornan [EMAIL PROTECTED] writes: Chris I tried building the CVS version but found that I couldn't Chris drive the autoconf/automake process. Here is what I tried: Run aclocal, autoconf, automake in that order. Then try to run configure. Tom

Re: classpath from CVS

2000-05-08 Thread Aaron M. Renn
[EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: I have downloaded and installed classpath0.0 (1999-02-06) on my Arm/Linux machine and installed it on top of Japhar 0.08. Should the installed classes replace the classes.zip file? If I don't remove the classes.zip file Japhar seems to ignore the

classpath from CVS

2000-05-08 Thread cdornan
Hi folks, OK, I have classpath configured now (thanks Tom). However, when I try to build, I ran into problems. I have documented them below, in case they would be of help. OK, I gather that Classpath is certainly not on general release. At the momment, I am working on JVMs more than class

Small problems compiling the java files

2000-05-08 Thread Mark Wielaard
Hi, The latest update of java/lang/String.java not only contained the new copyright header but also some garbage in the String() constructor. There is now a strange line (86) that only has the word 'val' on it. So it doesn't compile now. The file gnu/java/awt/image/ImageDecoder.java has almost