diff --git a/src/java/org/lwjgl/util/applet/AppletLoader.java b/src/java/org/lwjgl/util/applet/AppletLoader.java
index 628bb13e..90490010 100644
--- a/src/java/org/lwjgl/util/applet/AppletLoader.java
+++ b/src/java/org/lwjgl/util/applet/AppletLoader.java
@@ -140,14 +140,15 @@ import java.util.zip.ZipFile;
*
Arielsan
* Bobjob
* Dashiva
+ * Dr_evil
* Kevin Glass
* Matthias Mann
* Mickelukas
* NateS
+ * pjohnsen
* Riven
* Ruben01
* Shannon Smith
- * pjohnsen
*
*
*/
@@ -717,7 +718,7 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
// check if arch specific natives have been specified
if (System.getProperty("os.arch").endsWith("64")) {
nativeJarList = getParameter("al_mac64");
- } else if (System.getProperty("os.arch").endsWith("ppc")) {
+ } else if (System.getProperty("os.arch").contains("ppc")) {
nativeJarList = getParameter("al_macppc");
} else {
nativeJarList = getParameter("al_mac32");