Issue in install java jdk in RHEL(Linux) -


i tried install jdk-6u23-linux-i586-rpm.binon linux. used sh jdk-6u23-linux-i586-rpm.binto run.

but got following errors. enter image description here

is there issue installer? or there missed?

run rpm using -x option debug information. shall identifying root cause.

use sh -x jdk-6u23-linux-i586-rpm.bin install rpm , see operations shell performs.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -