Update Java example

This commit is contained in:
Joseph Henry
2021-02-23 21:30:44 -08:00
parent 4fd619b7cb
commit 888030c827
5 changed files with 175 additions and 181 deletions

9
examples/java/Makefile Normal file
View File

@@ -0,0 +1,9 @@
all:
jar xf *.jar libzt.dylib
javac -cp *.jar Example.java
clean:
rm -rf *.class
superclean: clean
rm -rf *.dylib *.so *.jar