Upgrade Ubuntu to 9 two days ago. 04. A lot of software is lost. The hateful thing is that some special software installation is complicated and I forgot to install it. In the evening, the SAP client needs to be reinstalled because of work. The complete installation process is recorded here.
I. System font Adjustment
I am used to the font in windows, and I also changed the Ubuntu font to the regular font. First copy all the windows font files to/usr/share/fonts/TrueType/(I put them in/usr/share/fonts/TrueType/windowsfonts)
Directory, and then in the "appearance", you can select "" and other familiar Chinese fonts.
Ii. Install JRE
In the software installation manager of Suntory, check the corresponding version of JRE, Mark and apply.
3. Download and install sapgui for Java
Sapgui package
Ftp://ftp.sap.com/pub/sapgui/java/710r8/PlatinGUI-Linux-710r8.jar
Help File
Ftp://ftp.sap.com/pub/sapgui/java/710r8/PlatinManual-HTML-710r8.tar.Z
As long as JRE is installed, you can directly run the PlatinGUI-Linux-710r8.jar File Installation. You can go to the menu
Single applicationProgram-> Find the sapgui shortcut menu in the other menu.
If you find that the text cannot be displayed, you can copy the Chinese font in the first step-simhei. TTF makes a link to the Java font directory (it can also be other Chinese fonts, such as simsum um, which actually enables Java to find some Unicode fonts ). for example:
Simhei:
Sudo ln-S/usr/share/fonts/TrueType/windowsfonts/simhei. TTF/usr/lib/JVM/Java-1.5.0-sun/JRE/lib/fonts/fallback/simhei. TTF
:
Sudo ln-S/usr/share/fonts/TrueType/windowsfonts/simsun. TTF
/Usr/lib/JVM/Java-1.5.0-sun/JRE/lib/fonts/fallback/simsun. TTF
4. Establish a connection
The simplest method is obtained through careful study and testing of help files.
Create a connection, switch to the advance page, and select "EXPERT mode.
For direct connection to the SAP server, write the connection string in the following format:
Conn =/h/192.168.1.2/S/3200
For remote connection to use a router:
Conn =/h/<router_addrress>/S/<router_port>/h/192.168.1.2/S/3200
5. Start working .....