[Solved] Install SAP GUI 7.70 patch level 5 (18/02/2022) Java in Ubuntu 22.04

 First, you need to install the dependencies:

apt-get update
sudo bash
apt-get install -y --no-install-recommends wget ca-certificates gnupg2
export GNUPGHOME="$(mktemp -d)"
wget -q -O - https://dist.sapmachine.io/debian/sapmachine.old.key | gpg --batch --import
gpg --batch --export --armor 'DA4C 00C1 BDB1 3763 8608 4E20 C7EB 4578 740A EEA2' > /etc/apt/trusted.gpg.d/sapmachine.old.gpg.asc
wget -q -O - https://dist.sapmachine.io/debian/sapmachine.key | gpg --batch --import
gpg --batch --export --armor 'CACB 9FE0 9150 307D 1D22 D829 6275 4C3B 3ABC FE23' > /etc/apt/trusted.gpg.d/sapmachine.gpg.asc
gpgconf --kill all && rm -rf "$GNUPGHOME"
echo "deb http://dist.sapmachine.io/debian/amd64/ ./" > /etc/apt/sources.list.d/sapmachine.list
apt-get update
apt-get install sapmachine-18-jdk openjfx

Next, download SAP GUI 7.70 from mediafire

Execute the jar file with the following sentence:

sudo java -jar PlatinGUI770_5-80004696.JAR

Next, execute SAP











Create a new connection, go to Advanced and enable Expert Mode:

conn=/H/<SAP Router Server address>/S/<SAP port>/H/<SAP server address>/S/32<Instance_no>

Now, you should have something like this:


If you want to install older versions like SAP GUI 7.40 you probably will see the following error:

To fix it, just create a symbolic link to the javafx.properties file:

cd "/usr/lib/jvm/java-11-openjdk-amd64/lib/"
sudo ln -s /usr/share/openjfx/lib/javafx.properties .




Comments

Popular posts from this blog

How to fix Android when developer options are not available for this user

Contiki 3.0 on XM1000

How to fix VirtualBox error when you try to import an ova file