Further hackery to correct AWT dependency problem

This commit is contained in:
Caspian Rychlik-Prince 2005-02-16 14:19:32 +00:00
parent 9b52b120ff
commit 662631deb6
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ public final class Sys {
private final static SysImplementation implementation;
static {
System.loadLibrary("awt");
System.loadLibrary("jawt"); // FIXME: temporary hack
System.loadLibrary(LIBRARY_NAME);
implementation = createImplementation();