Hi, I am trying to install SmartSVN on a Raspberry Pi 4.
If you experience strange GUI bugs or crashes, try setting GTK_THEME=Adwaita.
Error invoking SmartSVN
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.syntevo.QBootLoader.main(SourceFile:113)
Caused by: java.lang.NoClassDefFoundError: org/apache/subversion/javahl/SubversionException
at SmartSVN.main(SourceFile:9)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
... 2 more
Caused by: java.lang.ClassNotFoundException: org.apache.subversion.javahl.SubversionException
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:593)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
The Rpi is on the latest version of Raspberry PI OS (Bookworm). I installed Java RTE by installing the full version of Java JDK using this as a guide:
https://pimylifeup.com/raspberry-pi-java/ This installs OpenJDK as I believe this is the best version of Java to run on an RPi.
To the best of my knowledge, I set the GTK_Theme to be Adwaita but the error log still shows that its thinks its not set to that.
I downloaded the latest version of SmartSVN (14.5) and extracted it etc.