propagate darwin check to applet loader too

This commit is contained in:
Brian Matzon 2011-01-25 06:43:28 +00:00
parent b64c908ae6
commit c97cede9a1

View file

@ -631,7 +631,7 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
nativeJarList = getParameter("al_linux");
}
} else if (osName.startsWith("Mac")) {
} else if (osName.startsWith("Mac") || osName.startsWith("Darwin")) {
nativeJarList = getParameter("al_mac");
} else if (osName.startsWith("Solaris") || osName.startsWith("SunOS")) {
nativeJarList = getParameter("al_solaris");