well, that’s the issue, however you are running wi...
# server
a
well, that’s the issue, however you are running wildfly is finding Java 6 or 7 and using it. JAVA_HOME or some shell script or something. You need to go look at how it picks its JDK, or the environment it is running in and make sure it uses JDK 8. Question: why not use SparkJava outside of Wildfly? a reason you are using it there?