summaryrefslogtreecommitdiffstats
path: root/src/classes
diff options
context:
space:
mode:
Diffstat (limited to 'src/classes')
-rwxr-xr-xsrc/classes/com/sun/opengl/utils/JOGLAppletLauncher.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classes/com/sun/opengl/utils/JOGLAppletLauncher.java b/src/classes/com/sun/opengl/utils/JOGLAppletLauncher.java
index 0888d6e51..11eff0e41 100755
--- a/src/classes/com/sun/opengl/utils/JOGLAppletLauncher.java
+++ b/src/classes/com/sun/opengl/utils/JOGLAppletLauncher.java
@@ -173,7 +173,7 @@ public class JOGLAppletLauncher extends Applet {
new NativeLibInfo("mac", null, "jogl-natives-macosx.jar", "lib", ".jnilib"),
new NativeLibInfo("linux", null, "jogl-natives-linux.jar", "lib", ".so"),
new NativeLibInfo("sunos", "sparc", "jogl-natives-solsparc.jar", "lib", ".so"),
- new NativeLibInfo("sunos", "x86", "jogl-natives-solsparc.jar", "lib", ".so")
+ new NativeLibInfo("sunos", "x86", "jogl-natives-solx86.jar", "lib", ".so")
};
private NativeLibInfo nativeLibInfo;