Encapsulated LIBRARY_NAME

This commit is contained in:
Caspian Rychlik-Prince 2002-08-19 14:01:23 +00:00
parent c6c26e568d
commit 72fedde744
10 changed files with 15 additions and 16 deletions

View file

@ -211,7 +211,7 @@ public class Keyboard {
* Static initialization
*/
private static void initialize() {
System.loadLibrary(Sys.LIBRARY_NAME);
System.loadLibrary(Sys.getLibraryName());
initIDs();
}