Skip to content

Instantly share code, notes, and snippets.

@caligin
Created December 3, 2015 00:07
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 caligin/c9b90375f683e6efb091 to your computer and use it in GitHub Desktop.
Save caligin/c9b90375f683e6efb091 to your computer and use it in GitHub Desktop.
Stream.of(((URLClassLoader)ClassLoader.getSystemClassLoader()).getURLs()).map(URL::getFile).forEach(System.out::println);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment