summaryrefslogtreecommitdiff
path: root/java/07-simple-objects-better-use-jar/myapp/README
blob: 80ed401352d021b6e86d86eca61c6e8e4b4c405a (plain)
1
2
3
4
5
6
7
8
9
10
# NOTE:
# On Windows,
#   1. Instead of using ':' as the classpath seperator, use ';'.
#   2. Use \ as the directory seperator.

# Compile
javac -cp ../myaccountslib/dist/myaccountslib.jar:. AccountApp.java 

# Run
java -cp ../myaccountslib/dist/myaccountslib.jar:. AccountApp