Skip to content

Instantly share code, notes, and snippets.

@spg
Created January 23, 2014 19:25
Show Gist options
  • Save spg/8585137 to your computer and use it in GitHub Desktop.
Save spg/8585137 to your computer and use it in GitHub Desktop.
ClassLoader classLoader = HttpRequestBase.class.getClassLoader();
System.out.println(classLoader.getResource("org/apache/http/client/methods/HttpRequestBase.class"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment