When We try with aarch64 system it show error opening connection.So if any jar file for aarch64 system please upload it, Thanks
odroid@odroid64:/Documents/sqliteReplicaJava/litereplica-jdbc$ java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.16.04)
OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.16.04, mixed mode)
odroid@odroid64:/Documents/sqliteReplicaJava/litereplica-jdbc$ gcc --version
gcc (Ubuntu/Linaro 5.4.0-6ubuntu116.04.12) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
odroid@odroid64:/Documents/sqliteReplicaJava/litereplica-jdbc$ uname -a
Linux odroid64 3.14.79-102 #1 SMP PREEMPT Thu Jan 5 15:45:41 BRST 2017 aarch64 aarch64 aarch64 GNU/Linux
odroid@odroid64:/Documents/sqliteReplicaJava/litereplica-jdbc$ javac Slave.java
odroid@odroid64:/Documents/sqliteReplicaJava/litereplica-jdbc$ java -classpath ".:sqlite-jdbc-3.15.1.jar" Slave
Error opening connection
odroid@odroid64:/Documents/sqliteReplicaJava/litereplica-jdbc$