All right, here is as far as I am going to go with this for now.
Anyone who wishes me to send them glibj.zip may have it. Particularly for
those who are trying to create a complete glibj.zip, this will be useful to
rovide you with some of the dependency classes.
It includes all of java.lang, java.io, java.net, java.lang.reflect, and all
gnu.* packages. It contains some of java.util, most of java.text, and a
little java.security. The only thing it does not contain from java.net is
JarURLConnection, since we don't have java.util.jar yet apparently.
ObjectInputStream.PutField and GetField classes are missing and are
required for some parts of java.util. Most of java.util I didn't compile
because guavac frankly sucks at
java.lang.Character.getUnicodeBlock() method is left out, because guavac
sucked at handling the Subset class.
Vector and Hashtable are not part of the file right now, because, again. it
sucked at handling this stuff. I am hoping it won't be necessary to test
Japhar+Classpath integration, which I can finally get started on testing
now!
--John Keiser