Skip to content

Instantly share code, notes, and snippets.

@simple
Created October 14, 2011 12:13
Show Gist options
  • Save simple/1286928 to your computer and use it in GitHub Desktop.
Save simple/1286928 to your computer and use it in GitHub Desktop.
shell command to run java class
# in a eclipse project's bin directory
java -cp .:`for jar in ../lib/*; do echo -n $jar:; done` com.leoju.clitoy.MainHandler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment