Install Sun’s Java Virtual Machine ( J2SE(TM) Development Kit 5.0 Update 9 ) on Fedora Core / Linux platform in 5 simple steps. 설치하는 태양의 자바 가상 머신 (. J2SE () 개발 키트 5.0 업데이트 9)에 중절모 중핵 / 리눅스 플랫폼을 5 개의 간단한 단계를합니다. The procedure is geared for users having access to Linux box from ssh / telnet only as in a vpn / dedicated web hosting. 사용자를위한 절차는 데 액세스를 기어 박스에서 리눅스 쉿 / 텔넷에서뿐만 vpn / 헌신적인 웹 호스팅합니다. However it can be used by anyone. 그러나 누구에 의해 사용될 수있습니다.

Step 1: 1 단계 :
Login as root (su) and cd to a temporary directory for downloads. 로그인을 루트 (스) 및 cd를 임시 디렉토리를 다운로드합니다. Suppose your user name is john then you can do: 여러분의 사용자 이름은 '존 그렇다면 할 수있다 :

su
cd ~john cd ~ 존

Step 2: 2 단계 :
Download J2SE(TM) Development Kit 5.0 Update 9 as Linux RPM in self-extracting file using wget. 다운로드. J2SE () 개발 키트 5.0 업데이트 - 9, 리눅스 회전수를 자동 압축 풀림 파일을 wget을 사용합니다. To do that first browse to this 이것을 그 첫 번째로 이동 link 링크 using your browser. 귀하의 브라우저를 사용합니다. After accepting the license copy the link corresponding to Linux RPM in self-extracting file . 접수 후 리눅스의 라이센스에 해당하는 링크를 복사하여 - 회전수를 자동 압축 풀림 파일을합니다.

Use wget to copy the link. wget를 사용의 링크를 복사합니다. Specify the output file as wget will be unable to save the default name it generates because it is too long: wget의 출력 파일을 지정할 수없습니다 생성하기 때문에 저장의 기본 이름이 너무 깁니다 :
wget http://192.18.108.145/ECom/EComTicketServlet/…i586-rpm.bin -O jdk-1_5_0_09-linux-i586-rpm.bin wget http://192.18.108.145/ecom/ecomticketservlet/… i586 - rpm.bin - 오 jdk - 1_5_0_09 - 리눅스 - i586 - rpm.bin

Note: -O specifies the output file as shown above. 참고 사항 : - 오 위 그림 참조로 출력 파일을 지정합니다.

Step 3: 3 단계 :
Install JVM as follows: jvm을 설치를 다음과 같이 :

sh jdk-1_5_0_09-linux-i586-rpm.bin 쉿 - 1_5_0_09 - 리눅스 - i586 - rpm.bin jdk

Step 4: 4 단계 :
Now download 지금 다운로드 java-1.5.0-sun-compat-1.5.0.09-1jpp.noarch.rpm 자바 - 1.5.0 - 태양 - compat - 1.5.0.09 - 1jpp.noarch.rpm using wget. wget을 사용합니다.
Install it as follows: 다음과 같이 설치합니다 :
rpm -i java-1.5.0-sun-compat-1.5.0.09-1jpp.noarch.rpm rpm - 나는 자바 - 1.5.0 - 태양 - compat - 1.5.0.09 - 1jpp.noarch.rpm

This sets up environment variables, paths, symbolic links etc. 이 환경 변수를 설정, 경로, 심볼릭 링크 등

Step 5: 5 단계 :
Create a new console and type java . 자바 콘솔과 유형을 새로 만듭니다. You should see something like: 같이 나타납니다 :

Usage: java [-options] class [args...] 사용법 : 자바 [- 옵션] 종류 [args ...]

You are done! 당신이 끝났어!