Guest User

Untitled

a guest
May 28th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
  2. String path = "br.com.projetusinformatica.sinfgerascriptajustedataecf.model".replace('.', '/');
  3.  
  4. for (File classe : new File(classLoader.getResource(path).getFile()).listFiles()) {
  5. System.out.println(classe);
  6. }
Add Comment
Please, Sign In to add comment