arpsoid

Results 3 comments of arpsoid

Agree. On Ubuntu 24.04 the compile is working well using the following command (if the appropriate openjdk is installed) `JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 make`

I second this, and compile from source doesn't work either. Thanks in advance for updating this useful tool!

Update: works after compiling on Ubuntu 24.04 manually. 1. compile and install `libdecsync` following instructions, and using openjdk 17 as follows `JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 make` 2. compile and install evolution plugin following...