Skip to content

Instantly share code, notes, and snippets.

@vector4wang
Created July 4, 2019 14:35
Show Gist options
  • Save vector4wang/bbdbccac2134b665246d42654ffa39e8 to your computer and use it in GitHub Desktop.
Save vector4wang/bbdbccac2134b665246d42654ffa39e8 to your computer and use it in GitHub Desktop.
[Java 获取项目根路径] #Java #路径
String classFilePath = WordCount.class.getResource("/").getPath();
// 获取resource下的文件
String classFilePath = WordCount.class.getResource("/blsmy.txt").getPath();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment