/
Windows
Windows
Setting up the OpenMRS development environment on Windows 10 requires installing several dependencies, configuring your IDE, and compiling and running the platform.
This guide will walk you through the process, ensuring you have everything configured correctly to get OpenMRS up and running on your system.
Dependencies
Before you begin building and compiling OpenMRS, you'll need to install and verify a few essential dependencies:
Java Development Kit (JDK) and Java Runtime Environment (JRE)
First, confirm that you have the JDK installed by opening the Command Prompt and typing:
javac -version
You should see something like: