Friday, June 24, 2011

How to : Install Sun Java (JDK) On linux Pc To Run CSP

to Run card server proxy ....
Requirements : Desktop Pc Running On Linux , Ram At Least 512 MB , Fair Free Disk Space .

this tutorial tested on : Cent O/s , Fedora , Ubuntu

installation of operating system will be explained in other topics .

now we go to

http://java.sun.com/javase/downloads/index.jsp
nd choose :
You Will Have A Screen , Choose Your operating system and click continue .
A Window Will Appear , Chose Skip This Step.
now download the file from the link to your PC ,
if you are connected to A Remote Server .

write the Order :
Quote:
#root@local : wget ( the link appeared in the window )
after downloading is done.

it`s time to install Java.

write those Orders :

Quote:
cd /
chmod a+x ( downloade file name )
after that

Quote:
./filename.rpm.bin
Click on space to scroll down to the end of the license agreement, then type in yes and let the installer unzip the RPM files and perform the installation.
After the installation has been done you can delete installer and the temporary files it created on your desktop by issuing the following commands:

Quote:
rm jdk-6u2-linux*
rm sun-java*.rpm
Type y when prompted to delete each file (make sure you are not deleting something else).