< prev index next >

src/java.smartcardio/unix/classes/sun/security/smartcardio/PlatformPCSC.java

Print this page
rev 59107 : imported patch security

*** 82,97 **** } String s1 = lib.substring(0, k); String s2 = lib.substring(k + 7); String libDir; if ("64".equals(System.getProperty("sun.arch.data.model"))) { - if ("SunOS".equals(System.getProperty("os.name"))) { - libDir = "lib/64"; - } else { // assume Linux convention libDir = "lib64"; - } } else { // must be 32-bit libDir = "lib"; } String s = s1 + libDir + s2; --- 82,93 ----
< prev index next >