We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2039f1 commit 79cc5feCopy full SHA for 79cc5fe
src/main/java/org/sqlite/util/OSInfo.java
@@ -203,7 +203,7 @@ static String resolveArmArchType() {
203
}
204
205
// Java 1.8 introduces a system property to determine armel or armhf
206
- // http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8005545
+ // https://bugs.openjdk.org/browse/JDK-8005545
207
String abi = System.getProperty("sun.arch.abi");
208
if (abi != null && abi.startsWith("gnueabihf")) {
209
return "armv7";
0 commit comments