5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
This jar is built from the code in the codejar folder in the testdata project:
|
|
|
|
javac -d . *.java
|
|
jar -cvMf ../code.jar *
|