Skip to content

Instantly share code, notes, and snippets.

@bmchild
Created January 6, 2016 18:49
Show Gist options
  • 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