Category Archives: java

Java Extension Mechanism

Three types of classes Bootstrap classes * Core Java classes * Specified by system property sun.boot.class.path * -Xbootclasspath switches bootstrap classpath Extension classes * Specified by system property -Djava.ext.dirs * Defaults to java.home/lib/ext * Can use soft link in Unix … Continue reading

Posted in java | Comments Off on Java Extension Mechanism