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.
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.
To update the Java path, open the service manager notification icon.
Stop the FIN service.
Right click on the service manager notification icon and select “Configure…”
Navigate to the Java tab
You can uncheck “Use default” if multiple Java versions are installed
Then click on the “…” button next to the Java Virtual Machine field
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.
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.
Once selected, click on “Open”.
Apply the changes and close the window.
Restart the FIN service and that should be it.