Skip to content

Instantly share code, notes, and snippets.

@aldonline
Created October 13, 2013 07:06
Show Gist options
  • Save aldonline/6959006 to your computer and use it in GitHub Desktop.
Save aldonline/6959006 to your computer and use it in GitHub Desktop.
Given a Java class name get the path of its containing jar
Class.forName(c).getProtectionDomain.getCodeSource.getLocation()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment