

- #How to install sap gui for java on windows 7 how to#
- #How to install sap gui for java on windows 7 update#
If your server using load balancing configuration, use this connection string conn=/M/(IP_Address_Message_Server)/S/36(system_number)/G/(nama_group) and use this connection string configuration if yor SAP R/3 server are not using load balancing system, conn=/H/(IP_Address_server_SAP)/S/32(system_number).

Give check ( V) to Use Expert Configuration.Fill the Description column as you like.Run executable file called guilogon (reside on /opt/SAPClients/SAPGUI700rev1/bin).Next step is configure your SAPGUI for Java and try to test to SAP R/3 server connection. Installed on /opt folder as default (usually on /opt/SAPClients folder).#java -jar PlatinGUI-Linux-xxxx.jar (Use the latest version). Use this command (on terminal) to install SAPGUI for Java.Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)Īfter you finish this step, you can proceed to SAPGUI for Java installation. Java(TM) SE Runtime Environment (build 1.6.0-b105) If you get something like this on your screen then you are succeeded.You can use this command : #java -version Use this command to verify your JRE configuration.Use this command : #update-alternatives –config java Choose java number 2 because usually GIJ had number 1 position.
#How to install sap gui for java on windows 7 update#
Update java command configuration on alternatives system.Use this command : #/update-alternatives –install /usr/bin/java java /opt/jre1-xxx/bin/java 2 Install JRE you just extracted inside alternatives system.Use this command : # chmod 755 (xxx = refer to JRE version you’re using).

Change file permission if needed to executable.Copy your JRE installer file to /opt folder.Please use.Please let me know if these doesn’t work for you. This step is valid for Fedora, Ubuntu, and OpenSuSE. Īfter you have all prerequisite, you can proceed to next step to extract and change your JRE. You also need SAPGUI for Java installer.Some of linux distros such as Fedora, Ubuntu, OpenSuSE etc using JRE from GNU called GIJ (GNU for Java). If you don t have it, just download it from here. You have to make sure that your Linux system has been installed with JRE (Java Runtime Environment) from SUN Microsystem ( ).Prepare these stuffs before you can proceed to installation :
#How to install sap gui for java on windows 7 how to#
Based on many questions in my email inbox, asking how to install and configure SAPGUI for Java on Linux, here I’ll explain it briefly.
