Java

Java project page

Alright, this started out being just a way to read/write serialized java objects in Squeak, but it has grown. I can now disassemble java byte codes, read in class files, and use a java class path to find resources. I hope to add more like the debugging protocol and a java vm bytecode interpreter.

Here's the original description:
Gives Squeak the ability to read in and write out Java serialized objects. It also includes a Java Class Loader. Great for debugging serialization problems in Java. Right now, I can load in any serialized stream, but those written with customized methods are just simple byte arrays. Future versions will use the class loader to make sense of this information. If you get any use out of it or have suggestions, let me know. I want it to become a way to interface to Java easily and the Smalltalk way. I want to do Java better than Java.

btb-Java-btb.171.mcz
btb-Java-btb.161.mcz
btb-Java-btb.159.mcz
btb-Java-btb.158.mcz
btb-Java-btb.154.mcz
btb-Java-btb.143.mcz
btb-Java-btb.136.mcz
btb-Java-btb.134.mcz
btb-Java-btb.130.mcz
btb-Java-btb.123.mcz
btb-Java-btb.122.mcz
btb-Java-btb.120.mcz
btb-Java-btb.119.mcz
btb-Java-btb.115.mcz
btb-Java-btb.114.mcz