Created
May 27, 2016 15:24
-
-
Save Scuilion/7f15c42a8b5f1eddc3e10c5b448e1e4a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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