Search This Blog

Showing posts with label resources. Show all posts
Showing posts with label resources. Show all posts

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" ) );

Hit Counter


View My Stats