Installing Mendix On-Premise

0
I'm trying to set up on On-Premise Application. I've followed every step in the mendix guide but I get this "Java" error when I try to run the Service How can I solve this error? I have Java Installed, JDk 21
asked
3 answers
1

Hi Gabriele,

 

I suspect that the problem is caused by using the wrong JDK version. Mendix apps use Java 11 to run. So you need to install JDK 11. Then, in the Mendix Service Console in the app configuration, you need to configure the Java path to point to the correct JDK version. See my example below.

 

image.png

answered
0

Hi Gabriele, it seems that on your windows operating system the Java path is not configured.

Here you can find an tutorial how to add it to Windows: https://www.xda-developers.com/how-set-java-path-windows-11/

 

Hope this helps,

Peter

answered
0

Hi, 

thanks for the help. I've already added the Path, as you can see in the screen. But it still doesn't work, any other suggests?

Capture.PNG

Screen1.PNG

answered