src/share/classes/sun/java2d/cmm/lcms/LCMS.java

Print this page

        

@@ -205,11 +205,11 @@
                     public Object run() {
                         /* We need to load awt here because of usage trace and
                          * disposer frameworks
                          */
                         System.loadLibrary("awt");
-                        System.loadLibrary("lcms");
+                        System.loadLibrary("j2lcms");
                         return null;
                     }
                 });
 
         initLCMS(LCMSTransform.class, LCMSImageLayout.class, ICC_Profile.class);