Vijay's Blog
I am not your BEST, But I will try
Tuesday, March 24, 2020
Java : Static method to get classes/Resources folder and copy from inside zip to outter
URL url = MethodHandles.lookup().lookupClass().getResource ( "text.json" );
FileUtils.copyURLToFile(url, new File ( "D:/text.json" ) );
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment