property LoadClasses {
helper checkLink (s: String) {
if (naccio.library.NCheck.isInitialized ()) {
SecurityManager security = getSecurityManager ();
if (security != null) {
security.checkLink (s);
}
}
}
check RSystem.loadLibrary (s: String) {
checkLink (s);
}
}
Naccio Home Page
University of Virginia, Computer Science