Skip to content

Instantly share code, notes, and snippets.

@bluebycode
Last active May 3, 2016 17:22
Show Gist options
  • Save bluebycode/b1dad9cfcf2f184a12d5b79bd70f37b2 to your computer and use it in GitHub Desktop.
Save bluebycode/b1dad9cfcf2f184a12d5b79bd70f37b2 to your computer and use it in GitHub Desktop.
Extract classes and resources from jar + Run using classpath #java #jar #classpath
mkdir src
/usr/java/jdk1.8.0_60/bin/jar xvf <fat-jar-with-dependencies>.jar
/usr/java/jdk1.8.0_60/bin/java -Dprop=value -cp src com.example.MainClass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment