cancel
Showing results for 
Search instead for 
Did you mean: 

Error running SAP GUI for Java on Debian system

Former Member
0 Kudos

Greetings!

I am getting below error while running SAP GUI from my system (using command ./guilogon):

                                                          1. ERROR #############################

24.03. 14:19:04.571 ERROR: Please don't start com.sap.platin.base.logon.GuiImpl but use com.sap.platin.Gui like:

24.03. 14:19:04.571 ERROR: java -cp GuiStartS.jar com.sap.platin.Gui

                                                          1. ERROR #############################

Details:

OS: Debian Squeeze

Kernel: 2.6.26-1-686

Java version: java version "1.5.0", gij (GNU libgcj) version 4.3.3

SAP GUI for Java version: 710r7 (installed PlatinGUI-Linux-710r7.jar from ftp://ftp.sap.com/pub/sapgui/java/710r7/)

I've installed additionally:

1. sun-java6-jre, sun-java6-plugin, sun-java6-bin

2. libstdc+6, libstdc+2.10-glibc2.2

I would appreciate if someone could help me in fixing this issue so I could run SAP GUI for Java on my Debian system.

Thanks,

Phani

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi phani,

you cannot use java from GNU (gij). Only java from SUN works with SAPGUI for Java

Run this command : #java -version

Make sure you have java version from SUN like this one on my notebook :

inaroka@edp-ardhian:~> java -version

java version "1.6.0_11"

Java(TM) SE Runtime Environment (build 1.6.0_11-b03)

Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode)

inaroka@edp-ardhian:~>

For more step by step information about how to install and configure SAPGUI for Java on Linux, just open this link (http://sapbasis.wordpress.com/2007/08/22/installation-and-configuration-of-sapgui-for-java-on-linux/)

ardhian

http://ardhian.kioslinux.com

http://sapbasis.wordpress.com

Former Member
0 Kudos

That was it. This solution solved the problem. Thanks a lot Ardhian for your suggestions.

Answers (0)