Yon need to download JDK 1.7 software required in AIX platform supported by peopletools 8.53 and for weblogic installation. Once you download the software, you can follow below steps to install java 1.7 JDK.
Follow below steps to proceed with installation.
Follow below steps to proceed with installation.
Description
|
Input
| |
1
|
Make sure installation directory present if not create directory
|
$mkdir jdk170
|
2
|
Make sure execute permission given to setup file if not run the command
|
$chmod 775 j7r164redist.bin
|
3
|
Execute jr7r164redist.bin and provide below input to install JDK 1.7
|
$./j7r164redist.bin
|
4
|
Enter Locale
|
English
|
5
|
DO YOU ACCEPT THE TERMS OF THIS LICENSE AGREEMENT? (Y/N):
|
Y
|
6
|
Choose Install Folder
|
jdk170
|
7
|
Check and verify JDK version installed. In case there are multiple java version present, make sure correct $JAVA_HOME/bin path present in $PATH
|
$java –version
java version "1.7.0"
Java(TM) SE Runtime Environment (build pap6470-20110827_01)
IBM J9 VM (build 2.6, JRE 1.7.0 AIX ppc64-64 20110810_88604 (JIT enabled, AOT enabled)
J9VM - R26_Java726_GA_20110810_1208_B88592
JIT - r11_20110810_20466
GC - R26_Java726_GA_20110810_1208_B88592
J9CL - 20110810_88604)
JCL - 20110809_01 based on Oracle 7b147
|
No comments:
Post a Comment