kendzi / kendzi3d

3D plugin for JOSM
56 stars 19 forks source link

[Fixed] Doesn't seem to work with Java 10 (Windows) #89

Closed jbelien closed 6 years ago

jbelien commented 6 years ago

Hi,

I tried to use kendzi3d plugin in JOSM but the plugin fails to load.

I use Java 10 (on Windows 10) :

java 10.0.2 2018-07-17
Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)

Reading other issues, I tried both josm.jnlp and josm-tested.jar but both failed.

Thanks ! Looking forward to try that plugin :)

kendzi commented 6 years ago

what error you get?

jbelien commented 6 years ago

No error, just the standard without to "Disable" or "Keep" the plugin.

kendzi commented 6 years ago

Plugin is not fully compatible with modules in new java. Before application is upgraded please download josm jar to disk and run it with command:

java -jar --add-modules ALL-SYSTEM josm-tested.jar
jbelien commented 6 years ago

Awesome, it works 👍

Thanks a lot !