Skip to content

Instantly share code, notes, and snippets.

@KomanRudden
Created March 18, 2016 08:33
Show Gist options
  • Save KomanRudden/6c6e0576bdcb6bbd626c to your computer and use it in GitHub Desktop.
Save KomanRudden/6c6e0576bdcb6bbd626c to your computer and use it in GitHub Desktop.
Read file from resources
ClassLoader classLoader = getClass().getClassLoader();
File file = new File(classLoader.getResource("theFile.xml").getFile());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment