Skip to content

Instantly share code, notes, and snippets.

@bmchild
Created January 6, 2016 18:49
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 bmchild/2313ec79fae936822dbb to your computer and use it in GitHub Desktop.
Save bmchild/2313ec79fae936822dbb to your computer and use it in GitHub Desktop.
String filePath = this.getClass().getClassLoader().getResource("folder/file.txt").getFile();
String fileContent = new String(Files.readAllBytes(Paths.get(filePath)), StandardCharsets.UTF_8);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment