cancel
Showing results for 
Search instead for 
Did you mean: 

SAPGUI on ubuntu64

MarkusRest
Participant
0 Kudos

Hi all...

first of all: if its the wrong subforum: please move this thread

I just expected to see the linux-experts in here not in sap-Gui

I need to run the SAPGUI (I dont care how) on my ubuntu64 system.

is there ANY possebility to run ANY sapgui on that system?

maybe with wine and Sapgui-Win ?

maybe with a linux32 command and the JAVA version?

Im thankful for all suggestions

THX

Accepted Solutions (1)

Accepted Solutions (1)

hannes_kuehnemund
Active Contributor
0 Kudos

Dear Markus,

what you can do, is installing a 32bit JRE and the 32bit JavaGUI. Then create your own shell script to start the JavaGUI. This shell script does set the variables for the 32bit JRE. An example could look like:

#!/bin/sh

export JAVA_HOME=/usr/java32/jdk1.5.0_12

export PLATIN_JAVA_VER=1.5.0_12

export PLATIN_JAVA=$JAVA_HOME/bin/java

export LD_LIBRARY_PATH=/path/to/SAPGUI7.10rev1.3/bin

/path/to/SAPGUI7.10rev1.3/bin/guilogon

A natively running JavaGUI may be provided in the future. This option is currently under investigation.

Thanks,

Hannes

MarkusRest
Participant
0 Kudos

Hi Hannes,

Im sry your script doesn't work here...

I tried to correct the paths, but no result... (the same error as above)

hannes_kuehnemund
Active Contributor
0 Kudos

It works for me, at least on fedora 8 x86_64. Can't say more, sorry

Answers (2)

Answers (2)

MarkusRest
Participant
0 Kudos

I installed the 32Bit - compat -libs.

after that it did, what it should do

tobiasz_topyla
Discoverer
0 Kudos

Hello Markus,

I used the following guide, it's in german and worked good for me: http://wiki.ubuntuusers.de/Baustelle/SapGui

Best regards

Tobias Topyla

MarkusRest
Participant
0 Kudos

@Hannes:: thx ... Ill give it a shot this afternoon

@Tobias:

I found this guide some days ago, but this doesn't work for me.

he keeps telling the following AFTER the splashscreen

markus@n4shost:~$ SAPGUI/bin/guilogon

24.01. 06:27:00.786 ERROR: Microkernel.startApplication(): starting application failed with exception somewhere below com.sap.platin.base.logon.GuiImpl.main(): java.lang.NoClassDefFoundError: org/mozilla/javascript/Scriptable

24.01. 06:27:00.786 ERROR: java.lang.NoClassDefFoundError: org/mozilla/javascript/Scriptable

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.protocol.net.ProxyPacSelector.<init>(ProxyPacSelector.java:43)

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.protocol.net.ProxyPacSelector.getProxySelector(ProxyPacSelector.java:58)

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.util.URLProxy.makeActive(URLProxy.java:207)

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.config.GuiConfiguration.setGuiProxySettingsImpl(GuiConfiguration.java:553)

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.config.GuiConfiguration.readTables(GuiConfiguration.java:599)

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.config.GuiConfiguration.init(GuiConfiguration.java:508)

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.config.GuiConfiguration.<init>(GuiConfiguration.java:78)

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.config.GuiConfiguration.getCurrent(GuiConfiguration.java:92)

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.config.GuiConfiguration.getTable(GuiConfiguration.java:182)

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.config.GuiConfiguration.getStringValue(GuiConfiguration.java:344)

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.config.GuiConfiguration.getStringValue(GuiConfiguration.java:339)

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.config.GuiConfiguration.getStringValue(GuiConfiguration.java:331)

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.plaf.DesignLookAndFeel.initDefaultFonts(DesignLookAndFeel.java:225)

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.plaf.DesignLookAndFeel.initGenDefaults(DesignLookAndFeel.java:238)

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.plaf.DesignLookAndFeel.getDefaults(DesignLookAndFeel.java:217)

24.01. 06:27:00.786 ERROR: at javax.swing.UIManager.setLookAndFeel(UIManager.java:537)

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.logon.GuiImpl.<init>(GuiImpl.java:73)

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.logon.GuiImpl.<init>(GuiImpl.java:95)

24.01. 06:27:00.786 ERROR: at com.sap.platin.base.logon.GuiImpl.main(GuiImpl.java:639)

24.01. 06:27:00.786 ERROR: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

24.01. 06:27:00.786 ERROR: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

24.01. 06:27:00.786 ERROR: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

24.01. 06:27:00.786 ERROR: at java.lang.reflect.Method.invoke(Method.java:597)

24.01. 06:27:00.786 ERROR: at com.sap.platin.micro.Microkernel.startApplication(Microkernel.java:1070)

24.01. 06:27:00.786 ERROR: at com.sap.platin.micro.Microkernel.startApplication(Microkernel.java:987)

24.01. 06:27:00.786 ERROR: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

24.01. 06:27:00.786 ERROR: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

24.01. 06:27:00.786 ERROR: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

24.01. 06:27:00.786 ERROR: at java.lang.reflect.Method.invoke(Method.java:597)

24.01. 06:27:00.786 ERROR: at com.sap.platin.Gui.main(Gui.java:59)

markus@n4shost:~$ java -version

java version "1.6.0_03"

Java(TM) SE Runtime Environment (build 1.6.0_03-b05)

Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_03-b05, mixed mode)

Edited by: Markus Voelker on Jan 24, 2008 6:29 AM

Former Member
0 Kudos

HI,

after installing sun java you did run

sudo update-alternatives --config java

regards,

kaushal