Is the JOSM plugin kendzi3d still working ? [solved]

Hello,

I have tried to install the plugin “kendzi3d” in JOSM (on linux Mint), but as soon as I click on the menu “3D”, JOSM abort.
Does somebody still use this plugin ? Is it working ?
Thank you.

OK. Solved. kendzi3d is not working with java 11 (linux Mint 19.2).

It’s necessary to install java 8.

sudo apt-get install openjdk-8-jdk

Then either you put java 8 as a default :

sudo update-alternatives --config java

either you start JOSM indicating the complete path for java, in my case :
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xmx2048M -jar /home/…/josm-tested.jar