summaryrefslogtreecommitdiff
path: root/java/07-simple-objects-better-use-jar/myaccountslib/README
diff options
context:
space:
mode:
Diffstat (limited to 'java/07-simple-objects-better-use-jar/myaccountslib/README')
-rw-r--r--java/07-simple-objects-better-use-jar/myaccountslib/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/java/07-simple-objects-better-use-jar/myaccountslib/README b/java/07-simple-objects-better-use-jar/myaccountslib/README
deleted file mode 100644
index 72a980e..0000000
--- a/java/07-simple-objects-better-use-jar/myaccountslib/README
+++ /dev/null
@@ -1,11 +0,0 @@
-# NOTE:
-# On Windows,
-# 1. Use \ as the directory seperator.
-
-# Compile:
-mkdir bin
-javac --source-path src/ -d bin/ src/*.java
-
-# Build jar file:
-mkdir dist
-jar cf dist/myaccountslib.jar -C bin .