OpenPlaceReviews / opendb

This is a service that provides database communication
Apache License 2.0
23 stars 5 forks source link

Does not compile on OpenJDK 11, default in Ubuntu 19.04 #28

Closed berkes closed 4 years ago

berkes commented 5 years ago

Installing the alternative java-8 fixes this.

sudo update-alternatives --config java

Maybe this can be included in the build, though. As if fails on a missing library.

java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException

Solutuitions documented here: https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j

vshcherb commented 5 years ago

Yes it is a known issue. We will need to address it.

vshcherb commented 4 years ago

Fixed