From babb60881a230fd8b66c545e23e7af6a5815e968 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Thu, 5 Jan 2006 01:21:39 +0000 Subject: Fixed bug in JOGLAppletLauncher found by Travis Bryson where Solaris/x86 platform was downloading Solaris/SPARC native libraries (cut-and-paste bug) git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@516 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/classes/com/sun/opengl/utils/JOGLAppletLauncher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/classes/com/sun') 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; -- cgit v1.2.3