Skip to content

Instantly share code, notes, and snippets.

@zack-shoylev
Last active December 23, 2015 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zack-shoylev/6568851 to your computer and use it in GitHub Desktop.
Save zack-shoylev/6568851 to your computer and use it in GitHub Desktop.
Compile and run project
gedit src/main/java/org/jclouds/workshop/JCloudsWorkshop.java
javac -classpath "lib/*:src/main/java/:src/main/resources/" src/main/java/org/jclouds/workshop/*.java
java -classpath "lib/*:src/main/java/:src/main/resources/" org.jclouds.workshop.JCloudsWorkshop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment