Skip to content

Instantly share code, notes, and snippets.

@kuba-wu
Created May 16, 2017 14:21
Show Gist options
  • Save kuba-wu/7b0ef4c866d178d66406f51f28d6d1ca to your computer and use it in GitHub Desktop.
Save kuba-wu/7b0ef4c866d178d66406f51f28d6d1ca to your computer and use it in GitHub Desktop.
ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
InputStream inputStream = classLoader.getResourceAsStream("class/path/relative/file");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment