Skip to content

Instantly share code, notes, and snippets.

@lvjian700
Created May 14, 2013 06:08
Show Gist options
  • Select an option

  • Save lvjian700/5574024 to your computer and use it in GitHub Desktop.

Select an option

Save lvjian700/5574024 to your computer and use it in GitHub Desktop.
Using command line, Compile & Run Java App .
javac MainClass.java -cp "path/lib/*"
java -cp "path/lib/*" package.MainClass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment