Skip to content

Instantly share code, notes, and snippets.

@yifeiyin
Created May 26, 2019 17:26
Show Gist options
  • Save yifeiyin/2ffc9f4f99610ccbb42c6cab1d65f622 to your computer and use it in GitHub Desktop.
Save yifeiyin/2ffc9f4f99610ccbb42c6cab1d65f622 to your computer and use it in GitHub Desktop.
Commands Used to Compile Java
javac -d bin/ src/*.java
java -cp bin ClassFileName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment