# 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