yuuhayashi / citygml-osm

CityGMLデータをOSMデータに変換する
Other
19 stars 3 forks source link

Compilation error #120

Closed meerfrau closed 1 year ago

meerfrau commented 1 year ago

I've tried to compile with maven: Fatal error compiling: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid'

Which JDK version do you recommend? < 21

yuuhayashi commented 1 year ago

I recommend JDK 1.8. (see pom.xml)

しかし、java11と17でも実行できます。 java21は試していません。 But it can also be run with java11 and 17. I haven't tried java21.

Issue #113