Hi,
I hope someone can help as I'm going around in circles.
We currently have SDP installed on a windows machine 9.3 build 9335 running on MySQL. We are planning on Migrating to a new server, Ubuntu Server 16.04 Linux.
I've installed the latest version the Linux server which all works. I then tried to change the database to MySQL but found out it is not supported anymore. Next step was to upgrade the Windows server to get the builds inline. 9335 is the highest we can do due to not supporting MySQL.
Next step is to change MySQL back to PostgreSQL so I can upgrade. I would like uninstall the Linux version so I can install the 9335 build on and restore from windows to Linux which will take care of the DB change.
If I run ./uninstaller.bin on the Linux server, I get the following error.
This Application requires a Java Run Time Environment (JRE) to run. Searching for one on your computer was not successful. PLease Use the command line switch -is:javahome to specify a valid JRE. for more help use the option -is:help
Version installed
openjdk version 1.8.0_151
OpenJDK Runtime Environment (build 1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12)
OpenJDK 64 Bit Server VM (build 25.151-b12, mixed mode)
How the hell can I remove this version to get the older on?