Advertisement
codeuniv

откуда грузят Bootstrap / Extention / System ClassLoaders

Jan 4th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. System.out.println(System.getProperty("sun.boot.class.path"));
  2. System.out.println(System.getProperty("java.ext.dirs"));
  3. System.out.println(System.getProperty("java.class.path")); // -cp / -classpath OR CLASSPATH env var
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement