Skip to content

Instantly share code, notes, and snippets.

@Scuilion
Created May 27, 2016 15:24
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 Scuilion/7f15c42a8b5f1eddc3e10c5b448e1e4a to your computer and use it in GitHub Desktop.
Save Scuilion/7f15c42a8b5f1eddc3e10c5b448e1e4a to your computer and use it in GitHub Desktop.
ClassLoader classLoader = TestContact.class.getClassLoader();
URL resource = classLoader.getResource("org/apache/http/impl/client/HttpClientBuilder.class");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment