Wednesday, June 9, 2010

Installing Java Software in Linux

Open the terminal

switch to the root, by using following command
[subin@wipro-049cafd91 ~]$ su -
Password:
Enter the root password and click on enter it will enter into the root

[root@wipro-049cafd91 subin]#
then go to folder where java software is present in your host
[root@wipro-049cafd91 subin]# cd Softwares
press enter.....

[root@wipro-049cafd91 Softwares]#
then type the following commands
[root@wipro-049cafd91 subin]# chmod +x jdk-6u14-linux-i586-rpm.bin
[root@wipro-049cafd91 subin]# ./jdk-6u14-linux-i586-rpm.bin

go on clicking "more" and at last type "yes", by this java software will install in linux.

No comments:

Post a Comment