Hi,
i installed the most recent version of SongKong (8.3) on my RPI 4 with Debian 11 arm64 and get this error:
Error: LinkageError occurred while loading main class com.jthink.songkong.cmdline.SongKong
java.lang.UnsupportedClassVersionError: com/jthink/songkong/cmdline/SongKong has been compiled by a more recent version of the Java Runtime (class file version 58.0), this version of the Java Runtime only recognizes class file versions up to 55.0
The most recent and installed Java version is:
: java -version
: openjdk version “11.0.14” 2022-01-18
OpenJDK Runtime Environment (build 11.0.14+9-post-Debian-1deb11u1)
OpenJDK 64-Bit Server VM (build 11.0.14+9-post-Debian-1deb11u1, mixed mode)
Do you know the issue?
Bubblefish