I started icCube with a JDK 10 installed. I got a class not found exception:
Error: Unable to initialize main class crazydev.iccube.server.IcCubeServer
Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
It sounds like JDK 10 doesn't include JAXB or package has changed.
The requirements indicates that it can be runned on JDK8 or higher, do I miss something on my server configuration ?
Many thanks.