You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aclement 6ae7fbf008 tests for 148381 16 years ago
..
error1 tests for 148381 16 years ago
error2 tests for 148381 16 years ago
error3 tests for 148381 16 years ago
simple tests for 148381 16 years ago
readme tests for 148381 16 years ago

readme

rebuilding code.jar is done with:

javac *.java
jar -cvMf code.jar test

Basically you need to ensure the classes have no local variable tables - that is the default behaviour for javac