How To Install Sun JVM (JDK 1.5.x) on Linux / Fedora Core in 5 Simple Steps 태양 jvm을 설치하는 방법 (jdk 1.5)에서 리눅스 / 중절모 중핵에 5의 간단한 단계
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! 당신이 끝났어!
Filed under 밑에 Headline News 헤드 라인 뉴스 , How To 하는 방법을 , Java Software 자바 소프트웨어 , Linux 리눅스 , Open Source Software 오픈 소스 소프트웨어 , Tech Note 기술 참고 사항 , Web 웹 , Web Hosting 웹 호스팅 , Web Services 웹 서비스 | |
| |
RSS 2.0 rss 2.0 | |
Trackback 트랙백 this Article | 이 문서 |
Email this Article 전자 우편이 문서
You may also like to read 같은를 읽을 수있습니다 |




February 16th, 2007 at 1:28 pm 2007년 2월 16일에서 오후 1시 28분
I installed JVM 1.6 on Linux.In Windows when I double click jar files it directly starts Java application.However, in Linux it starts archive application and shows the class files of the jar archive.How I can adjust it to run directly JVM? 1.6 linux.in jvm 창 창을 설치했습니다 나는 그것을 직접 파일을 더블 클릭 단지를 시작 자바 application.however, 리눅스에서 응용 프로그램을 보여주는 수업이 시작 파일을 보관 archive.how 단지를 실행하는 나는 그것을 직접 조정할 수있습니다 jvm?
March 16th, 2007 at 8:10 pm 2007년 3월 16일에서 오후 8시 10분
Great info, been fighting this for a couple hours and this fixed it straigh away. 좋은 정보, 그리고 이것은 몇 시간 정도와 싸우고 이것을 고정시켜 straigh 멀리합니다. thanks 감사합니다
June 11th, 2007 at 6:56 pm 2007년 6월 11일에서 오후 6시 56분
this was a great help! 이것은 위대한 도와주세요! Thx! 원한다!