Raj
Raj

Reputation: 728

JDK 1.7 on AIX Operating System

Can somebody tell me how to install JDK 1.7 on AIX operating system?

What I would like to do is install it in a user accessible directory (for example --prefix=/home/raj) instead of the standard system location.

Thanks, Raj

Upvotes: 2

Views: 25479

Answers (3)

Do Tat Hoan
Do Tat Hoan

Reputation: 1059

LATEST REDISTRIBUTION - .BIN Latest code jre764redist.7.0.0.145.bin (108894308)

enter image description here

http://www-01.ibm.com/support/knowledgecenter/api/content/nl/en-us/SSYKE2_7.0.0/com.ibm.java.aix.71.doc/user/ia_install_attended.html

Completing an attended installation Install the product from an InstallAnywhere package, in an interactive way.

Before you begin Check the following conditions before you begin the installation process: You must have a user ID with root authority. Procedure Download the installation package file to a temporary directory. Change to the temporary directory. Start the installation process by typing ./package.bin at a shell prompt, where package is the name of the package that you are installing. Select a language from the list shown in the installer window, then click Next. The list of available languages is based on the locale setting for your system. Read the license agreement, using the scroll bar to reach the end of the license text. To proceed with the installation you must accept the terms of the license agreement. To accept the terms, select the radio button, then click OK. Note: You cannot select the radio button to accept the license agreement until you have read to the end of the license text. You are asked to choose the target directory for the installation. If you do not want to install into the default directory, click Choose to select an alternative directory, by using the browser window. When you have chosen the installation directory, click Next to continue. You are asked to review the choices that you made. To change your selection, click Previous. If your choices are correct, click Install to proceed with installation. When the installation process is complete, click Done to finish. Parent topic: Installing from an InstallAnywhere package

Upvotes: 1

DOK
DOK

Reputation: 45

On the Java download page at IBM (you need to register for free to get there) at the bottom you will find some .bin files. These are self-extracting scripts that let you install Java anywhere you like, under any username.

The installp versions can normally only be used by root user.

Upvotes: 1

nPn
nPn

Reputation: 16758

IBM provides it's own JDK's for AIX and system Z Take a look here

Upvotes: 4

Related Questions