add java tutorial (#2491)

This commit is contained in:
Hao Chen
2018-07-29 08:09:30 +08:00
committed by Robert Nishihara
parent 90a3ea9443
commit 0ea7a6abf0
18 changed files with 811 additions and 385 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ pushd example
if [ ! -d "app1/" ];then
mkdir app1
fi
cp -rf target/ray-example-1.0.jar app1/
cp -rf target/ray-tutorial-1.0.jar app1/
zip -r app1.zip app1
popd