Oh, yeah, I probably won't be back til later tonight, so if someone
else with CVS access wants to make those classname changes (and any other
changes that need to be made), be my guest.
Whoever changes String, remember that StringBuffer has to be changed to
use the new fields too.
java.lang.Class declaringClass -> clazz
java.lang.String len -> count
str -> value
java.lang.Throwable message -> detailMessage
java.lang.Thread privateInfo -> PrivateInfo
Also, if you manage this, compile these classes (and StringBuffer) and
put them into classpath.zip. Don't recompile the whole thing. There is one
particular java.io class that is out of synch with reality until such time
as I manage to fix system properties (something odd preventing Japhar from
entering certain properties), so it's best not to overwrite it..
--John Keiser