Re: Error when running sync_reasoner_pellet
Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Error-when-running-sync-reasoner-pellet-tp883p902.html
Hi,
Error is here : java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
I think it means that the DatatypeConverter Java class was not found. Since it is in "javax", it should be included in you Java distribution. Possibly something is broken in your Java, or maybe it is outdated ?
Here is the version I use:
# java -version
openjdk version "1.8.0_202"
OpenJDK Runtime Environment (build 1.8.0_202-b26)
OpenJDK 64-Bit Server VM (build 25.202-b26, mixed mode)
Best regards,
Jiba