Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP GUI Installation ERROR on Red Hat Linux 4

Former Member
0 Likes
614
  • SAP Managed Tags

Hi,

I am trying to install SAP GUI (JAVA ) on Red Hat Linux Server 4 and getting the following error Moreover I go through the lot many thread on SDN for same problem.But still am not able to install the SAP GUI.

I think have to set CLASSPATH env. but I don't know to which JAVA directory I need set this env.

So please help me on this.

**********************************************************************************************

<b>ERROR:-</b>

[root@hsdnet4 java]# java -jar PlatinGUILNX_6.jar -i

Warning: -jar not understood. Ignoring.

Exception in thread "main" java.lang.NoClassDefFoundError: PlatinGUILNX_6.jar

at gnu.gcj.runtime.FirstThread.run() (/usr/lib/libgcj.so.5.0.0)

at JvThreadRun(java.lang.Thread) (/usr/lib/libgcj.so.5.0.0)

at JvRunMain(java.lang.Class, byte const, int, byte const, boolean) (/usr/l

ib/libgcj.so.5.0.0)

at __gcj_personality_v0 (/etc/java/java.version=1.4.2)

at __libc_start_main (/lib/tls/libc-2.3.4.so)

at JvRegisterClasses (/etc/java/java.version=1.4.2)

***********************************************************************************************<b></b>

Hi,

I am trying to install SAP GUI (JAVA ) on Red Hat Linux Server 4 and getting the following error Moreover I go through the lot many thread on SDN for same problem.But still am not able to install the SAP GUI.

I think have to set CLASSPATH env. but I don't know to which JAVA directory I need set this env.

So please help me on this.

**********************************************************************************************

<b>ERROR:-</b>

[root@hsdnet4 java]# java -jar PlatinGUILNX_6.jar -i

Warning: -jar not understood. Ignoring.

Exception in thread "main" java.lang.NoClassDefFoundError: PlatinGUILNX_6.jar

at gnu.gcj.runtime.FirstThread.run() (/usr/lib/libgcj.so.5.0.0)

at JvThreadRun(java.lang.Thread) (/usr/lib/libgcj.so.5.0.0)

at JvRunMain(java.lang.Class, byte const, int, byte const, boolean) (/usr/l

ib/libgcj.so.5.0.0)

at __gcj_personality_v0 (/etc/java/java.version=1.4.2)

at __libc_start_main (/lib/tls/libc-2.3.4.so)

at JvRegisterClasses (/etc/java/java.version=1.4.2)

***********************************************************************************************<b></b>

4 REPLIES 4
Read only

MichaelTe
Contributor
0 Likes
572
  • SAP Managed Tags

Hello,

what does the output of the command:

which java

say? Is this the right version of java?

Have you installed the Java RE 1.4.2 or 5.0?

Set the PATH variable to the right java. It seems that the system uses the gcj.

Greetings, Michael

Read only

Former Member
0 Likes
572
  • SAP Managed Tags

Please check your JRE version. I assuming that RHEL are using JRE from GNU (called GIJ). You can check it by typing this command on console :

#java -version

If your screen showing you GNU, then you have to replaced your JRE.

I suggest you download JRE from SUN. Download the latest one.

You can check my blog link for step by step installation here <a href="http://sapbasis.wordpress.com/2007/08/22/installation-and-configuration-of-sapgui-for-java-on-linux/">Installation SAPGUI for Java on Linux</a>.

Please award point if helpful.

ardhian

Read only

Former Member
0 Likes
572
  • SAP Managed Tags

Not answered

Read only

0 Likes
572
  • SAP Managed Tags

Yes, because you did not provide any additional information the user audience asked for ...