To solve this the following steps need to be done
install the OpenJDK version of Java 8 *install JavaFX *- intall Oracle JRE 8 *
- tell SAP GUI to use Java 8 instead of the newest version
Download and unzip the JRE 8 to /usr/lib/jvm/.
Now set the environment variable. Edit the user profile
gedit ~/.profile
and add the following line
export PLATIN_JAVA="/usr/lib/jvm/jre1.8.0_211/bin/java"
* unfortunately recently the JavaFX support for OpenJDK Java 8 has been removed from Ubuntu, therefore the simplest solution is to use Oracle JRE. Due to licensing changes this version is for productive use not free any more.
Keine Kommentare:
Kommentar veröffentlichen