diff --git a/.classpath b/.classpath old mode 100755 new mode 100644 diff --git a/.project b/.project old mode 100755 new mode 100644 diff --git a/CHANGES.md b/CHANGES.md old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/OTHERS b/OTHERS old mode 100755 new mode 100644 diff --git a/contrib/README b/contrib/README old mode 100755 new mode 100644 diff --git a/contrib/balloontips/README b/contrib/balloontips/README old mode 100755 new mode 100644 diff --git a/src/com/sun/jna/Version.java b/src/com/sun/jna/Version.java old mode 100755 new mode 100644 diff --git a/test/com/sun/jna/WebStartTest.java b/test/com/sun/jna/WebStartTest.java index 0777f6e1ca..899b2cff81 100644 --- a/test/com/sun/jna/WebStartTest.java +++ b/test/com/sun/jna/WebStartTest.java @@ -149,6 +149,7 @@ private void runTestUnderWebStart(String testClass, String testMethod) throws Ex String path = findJWS(); String[] cmd = { path, + Platform.isWindows() ? "-J-Ddummy" : (Platform.is64Bit() ? "-J-d64" : "-J-d32"), "-Xnosplash", "-wait", jnlp.toURI().toURL().toString(),