Skip to content

Instantly share code, notes, and snippets.

@teddevaal
Created October 13, 2014 12:27
Show Gist options
  • Save teddevaal/394e7f73f2e48b37ec55 to your computer and use it in GitHub Desktop.
Save teddevaal/394e7f73f2e48b37ec55 to your computer and use it in GitHub Desktop.
Execute java with jar
Compile
javac -cp json-20131018.jar Forecast.java
Execute
java -cp json-20131018.jar: Forecast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment