/
Java Path Update

Java Path Update

This will cover how to check and modify the Java path that FIN is referencing on an existing installation.

Check Java version

To check which Java version FIN is using, go to Host → Debug → Diagnostics. In there, the Java section and it’s info will be available.

image-20250131-215535.png

How to modify the Java path

It’s recommended to install 64-bit Java if the server is a 64-bit machine. Version recommendation can be found in the System Requirements doc.

  1. To update the Java path, open the service manager notification icon.

  2. Stop the FIN service.

  3. Right click on the service manager notification icon and select “Configure…”

    image-20250131-220436.png
  4. Navigate to the Java tab

  5. You can uncheck “Use default” if multiple Java versions are installed

  6. Then click on the “…” button next to the Java Virtual Machine field

  7. In the window popup, search for the JVM that was installed. Usually, they are installed in the “Program Files” folder. In our case, we installed “Eclipse Adoptium” brand.

  8. Navigate to the jvm.dll file in that JVM. In our case, the path to it is C:\Program Files\Eclipse Adoptium\jdk-11.0.19.7-hotspot\bin\server. It will normally be found in the “bin/server” location.

  9. Once selected, click on “Open”.

  10. Apply the changes and close the window.

  11. Restart the FIN service and that should be it.