3dcitydb / plugin-ade-manager

Importer/Exporter plugin to dynamically extend a 3D City Database instance to store and manage CityGML Application Domain Extensions (ADEs)
Apache License 2.0
2 stars 0 forks source link

Cannot Transformation #15

Closed ufalakbar closed 1 year ago

ufalakbar commented 2 years ago

Sorry, i try to transform TestADE XSD file but when I click a "Transform" button in ADE Manager, the transformation process in console is not run but stuck like in the picture? image

yaozhihang commented 2 years ago

It is a known issue. The ADE manager has trouble with java >= 17. Please use a lower java version e.g. java 11. This should solve the issue.

ufalakbar commented 2 years ago

it's works, previously i use java 17 and then I change it with java 14. Thank you