Exception in thread main java.lang.NoSuchMethodError

0
Hi guys, I am busy installing a new app on our uat server via the console. Created in the latest version mendix 8.10. Everything is installed on the server side including the latest java 8 version. but when trying to start the app we get this error. Anyone has seen this before? The server failed to start. Exception in thread "main" java.lang.NoSuchMethodError: java.nio.file.Path.of(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;     at com.mendix.container.config.package$.toPath(package.scala:33)     at com.mendix.container.config.ConfigFromEnvironment$.$anonfun$readMxInstallPath$1(ConfigFromEnvironment.scala:66)     at cats.data.Validated.andThen(Validated.scala:264)     at com.mendix.container.config.ConfigFromEnvironment$.readMxInstallPath(ConfigFromEnvironment.scala:66)     at com.mendix.container.config.ConfigFromEnvironment$.apply(ConfigFromEnvironment.scala:58)     at com.mendix.container.boot.Main$.delayedEndpoint$com$mendix$container$boot$Main$1(Main.scala:13)     at com.mendix.container.boot.Main$delayedInit$body.apply(Main.scala:1    
asked
1 answers
3

Mendix 8 needs Java 11.

answered