TinyVM News
Brought to you by:
jhsolorz
I changed tvmc/tvmp to call javac/javap with
-bootclasspath instead of -classpath. The old
scripts are still there as tvmc1 and tvmp1.
This was done to fix a problem with compilation
vs. linking with Java 2, e.g. java.util.Random
couldn't be used because its constructor is non-standard. This problem was reported by Jonathan Knudsen (!)
--Jose