I’m new to Camunda and I try to get a local installation running for evaluating the engine in our company. I use a tomcat 9.0.10 and java 9.0.4 under macOS 10.13.6. I deployed camunda with the war-file using the Tomcat Web Application Manager.
When I try to start the application I get the error: FAIL - Application at context path [/camunda] could not be started
So I did some research on the web and it seems that in Java 9 javax.xml.bind is no longer included in the classpath. How can I solve this issue on my local installation?