Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@einnocent
Created August 12, 2013 01:15
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 einnocent/6207649 to your computer and use it in GitHub Desktop.
Save einnocent/6207649 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd ~/MyApp-0.0.2-SNAPSHOT/lib
java -cp commons-lang3-3.1.jar:kitfox-svg-core-1.0.0-build001.jar:pivot-core-2.0.2.jar:pivot-wtk-2.0.2.jar:pivot-wtk-terra-2.0.2.jar:slf4j-api-1.7.5.jar:slf4j-simple-1.7.5.jar:MyApp-0.0.2-SNAPSHOT.jar com.einnocenttech.myapp.MyApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment