Getting error when starting service in mendix service center

0
Hi,   When I am starting a serviCe in mendix service center, I am getting below error message. Is there any way I can make my app JDK 22 compatible?   The server failed to start. Mendix Runtime launcher failed to start.For more information set 'MX_LOG_LEVEL' to 'i' (info) or 'v' (verbose) and try again.[rtlauncher:main$] ERROR Incompatible java version: 22.0.1, jvm name: Java HotSpot(TM) 64-Bit Server VM, Java 11 is required. java.lang.RuntimeException: Incompatible java version: 22.0.1, jvm name: Java HotSpot(TM) 64-Bit Server VM, Java 11 is required.    at com.mendix.container.boot.Container$.$anonfun$verifyJdkCompatibility$1(Container.scala:92)    at com.mendix.container.boot.Container$.$anonfun$verifyJdkCompatibility$1$adapted(Container.scala:88)    at scala.util.Either.flatMap(Either.scala:352)    at com.mendix.container.boot.Container$.verifyJdkCompatibility(Container.scala:88)    at com.mendix.container.boot.Container$.$anonfun$startAndWaitForever$1(Container.scala:73)    at com.mendix.container.boot.Container$.time(Container.scala:156)    at com.mendix.container.boot.Container$.startAndWaitForever(Container.scala:73)    at com.mendix.container.boot.Main$.$anonfun$new$2(Main.scala:15)    at scala.util.Either.flatMap(Either.scala:352)    at com.mendix.container.boot.Main$.delayedEndpoint$com$mendix$container$boot$Main$1(Main.scala:14)    at com.mendix.container.boot.Main$delayedInit$body.apply(Main.scala:11)    at scala.Function0.apply$mcV$sp(Function0.scala:42)    at scala.Function0.apply$mcV$sp$(Function0.scala:42)    at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)    at scala.App.$anonfun$main$1(App.scala:98)    at scala.App.$anonfun$main$1$adapted(App.scala:98)    at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)    at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)    at scala.collection.AbstractIterable.foreach(Iterable.scala:933)    at scala.App.main(App.scala:98)    at scala.App.main$(App.scala:96)    at com.mendix.container.boot.Main$.main(Main.scala:11)    at com.mendix.container.boot.Main.main(Main.scala) t t     at Mendix.M2EE.RuntimeRunner.StartServer(Boolean strictValidate)   at Mendix.MendixService.Service.OnStart(String[] args)
asked
0 answers