LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Java Installation And path set for SAP (https://www.linuxquestions.org/questions/linux-newbie-8/java-installation-and-path-set-for-sap-735700/)

mohsinbasis 06-25-2009 10:08 PM

Java Installation And path set for SAP
 
Hello All,

I have installed Linux SLES 10 SR2 suceesfully.

I want install java for SAP ECC6.0. on Intel 32Bit system.

so can u pls tell me which java I can be install and which version.

Step by step procedure for java download(version)and how to set environment path for SAP.

Regards
Mohsin m
SAP Basis Consultant
Mumbai

knudfl 06-26-2009 07:17 AM

The following works on Suse 10.3 :

1) # zypper se java

2) # zypper in java-1_6_0-sun-devel
or # zypper in java-1_5_0-sun-devel
depending on the SAP requirement.

... And /usr/bin/java will automatically be set up
as a link to /usr/lib/jvm/java-1.6.0-sun-1.6.0/bin/java
Try ' ls -l /usr/bin/j* ' to see all the links

You can test java with 'java -version'

Good luck.
.....


All times are GMT -5. The time now is 09:59 AM.