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/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/java/07-simple-objects-better-use-jar/myaccountslib/README b/java/07-simple-objects-better-use-jar/myaccountslib/README
new file mode 100644
index 0000000..94d053e
--- /dev/null
+++ b/java/07-simple-objects-better-use-jar/myaccountslib/README
@@ -0,0 +1,12 @@
+# 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
+cd bin
+jar cf ../dist/myaccountslib.jar *.class