Check the arch type before loading the .so

This commit is contained in:
endolf 2009-03-28 16:25:28 +00:00
parent 571769019e
commit b789b8cd52

View file

@ -96,7 +96,7 @@ public final class LinuxEnvironmentPlugin extends ControllerEnvironment implemen
}
supported = true;
} catch (UnsatisfiedLinkError e) {
logln("Failed to load 64 bit library: " + e.getMessage());
logln("Failed to load library: " + e.getMessage());
e.printStackTrace();
supported = false;
}