Minecraft (Java Edition)
Minecraft runs inside a Java Virtual Machine. RSM needs the direct path to your java.exe to ensure console capture and version stability.
☕ Identifying your Java Path
- Locate Installation: Usually in
C:\Program Files\Java\. - Find the Bin: Open your version folder (e.g.,
jdk-21) and open thebinfolder. - Copy Path: Right-click
java.exeand select "Copy as path".
- Run your server manually once.
- Look for a log line like:
installed at C:\Program Files\Java\jdk-21\bin\java.exe - Copy that exact path into the RSM Path field.
⚙️ Startup Arguments
To run Minecraft, you point to the Java executable, not the .jar file.
- Path: Use your
java.exepath found in the steps above. - Arguments:
-Xmx4G -Xms2G -jar server.jar noguinogui: Required. RSM needs this to capture console output.-Xmx4G: Allocates 4GB of Max RAM.
Pro-Tip: Isolated Java
If you use CurseForge or Prism, they download "Isolated" Java versions. Check their settings for these paths to ensure perfect mod compatibility.