*** empty log message ***

This commit is contained in:
Elias Naur 2005-02-21 15:58:24 +00:00
parent 8bb10a1372
commit ca260e3330
2 changed files with 1 additions and 2 deletions

View file

@ -63,8 +63,6 @@ public final class Sys {
private final static SysImplementation implementation;
static {
System.loadLibrary("awt");
System.loadLibrary("jawt");
System.loadLibrary(LIBRARY_NAME);
implementation = createImplementation();
String native_version = implementation.getNativeLibraryVersion();

View file

@ -51,6 +51,7 @@ public class AWTGLCanvas extends Canvas implements Drawable {
private final static AWTCanvasImplementation implementation;
static {
System.loadLibrary("jawt");
Sys.initialize();
String class_name;
String OS_NAME = System.getProperty("os.name");