Java and Mendix

1
Hi all Mendix Gurus. If I create application in Mendix without any external java class, then run it and go to browser. Do I need JRE installed on my PC? Otherwise when i create project with some java classes i am using there, do I need to install JRE to run project in browser?? Regards, Lukas
asked
2 answers
4

Hi Lukas,

The Mendix-server is running on Java so you need JRE always. Read the installation manual.

To run the Mendix application from the browser no Java is needed. That works with html and javascript.

answered
2

The model that you create is "run" by the Mendix runtime. This runtime is written in java (you might have noticed a bunch of .jar files in your Program Files/Mendix directory). So, to run a model locally, you will need a JRE.

answered