stuckyb / ontopilot

15 stars 2 forks source link

adding jaxb libraries since they have been removed in Java 11. This … #95

Open jdeck88 opened 5 years ago

jdeck88 commented 5 years ago

…should not interfere when running with earlier versions of java and lets ontopilot work with java 11 where these libs have been removed.

I did a test on my Mac with Java 11 installed and it successfully resolved issue where i got: java.lang.NoClassDefFoundError: java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter