kendzi / kendzi3d

3D plugin for JOSM
57 stars 19 forks source link

Advanced save to collada file #91

Open rajeeja opened 6 years ago

rajeeja commented 6 years ago

starting save: /out/export.0.dae Implementation of JAXB-API has not been found on module path or classpath.

I have installed jaxb-api? Is there anything specific needed. This is using the josm plugin.

kendzi commented 6 years ago

its feature of new java, it should work fine with old java 8, in java 9 or 10 you should run josm with command:

java -jar --add-modules ALL-SYSTEM josm-tested.jar

don't known how with java 11 most likely i should make some fix.

What java do you use?