-
Java Jre 1 7 51 Music카테고리 없음 2020. 3. 2. 09:10
This is a comprehensive guide on how to download, setup, install Java Runtime Environment(JRE) and set java environment variable on IBM AIX 7.1 operating system.Find CPU typeCheck whether you need 64bit or 32 bit java versionRun following command and check CPU Type. PrtconfDownload JREJRE is part of SDK in AIX. You will not be able to download separate package of JRE for AIX.Download link:Unpack JRE Tar file tar –xvf Java864.jre.tarYou will get Java864.jre file which is backup/restore formatInstall JRERun following commands inutoc.smitty installpYou need super user rights to run inutoc.
Login as su or use sudo –iPress Install software Enter./home//This is location refers to which location you have extracted your file to install.Select ACCEPT new license agreement? Press tab to change the parameterPress F10 to exit$Confirm Java installation lslpp -l grep -i javaSet JAVAHOME environment variableIf you are using bash, ash, ksh or some other Bourne-style shellOpen.profile file, add JAVAHOME line and add java path. The.profile file looks like below after changes.
Java Se Development Kit
JAVAHOME=/usr/java864/jre;export JAVAHOMEPATH=/usr/java864/jre/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin.export PATHif -s '$MAIL' # This is at Shell startup. In normalthen echo '$MAILMSG' # operation, the Shell checksfi # periodically.Restart putty sessionVerify Java version and JAVAHOME variableJAVAHOME $ echo $JAVAHOME/usr/java864/jreJava Version $ java -versionjava version '1.8.0'Java(TM) SE Runtime Environment (build pap6480sr1fp10ifix-2015072301(SR1 FP10+IV75420))IBM J9 VM (build 2.8, JRE 1.8.0 AIX ppc64-64 Compressed References 20193 (JIT enabled, AOT enabled)J9VM - R28jvm.21718B258693JIT - tr.r14.java2011.02GC - R28jvm.21718B258693CMPRSSJ9CL - 20193)JCL - 2015071101 based on Oracle jdk8u51-b15.