A

리눅스 자바설치

다운로드

http://java.sun.com/javase/downloads/index.jsp

설치

[install@localhost ~]$ ls -l
합계 116056
-rw-r--r-- 1 install install 60334433  9월 27 13:26 CUBRID-7.1.0.1014-x86-Linux-glibc234.sh
drwxr-xr-x 2 install install     4096  9월 27 13:49 Desktop
drwxr-xr-x 2 install install     4096  3월 27  2007 Pictures
-rwxr-xr-x 1 install install 58367939  9월 27 13:47 jdk-6u2-linux-i586.bin
[install@localhost ~]$ chmod 755 jdk-6u2-linux-i586.bin
[install@localhost ~]$ ./jdk-6u2-linux-i586.bin

[install@localhost ~]$ mv jdk1.6.0_02 /usr/local/jdk1.6.0_02/


[root@localhost local]# ls -l
합계 48
drwxr-xr-x 2 root    root    4096  8월 12 05:32 bin
drwxr-xr-x 2 root    root    4096 12월  5  2006 etc
drwxr-xr-x 2 root    root    4096 12월  5  2006 games
drwxr-xr-x 2 root    root    4096 12월  5  2006 include
drwxr-xr-x 9 install install 4096  6월 15 10:03 jdk1.6.0_02
drwxr-xr-x 2 root    root    4096 12월  5  2006 lib
drwxr-xr-x 2 root    root    4096 12월  5  2006 libexec
drwxr-xr-x 4 root    root    4096  8월 11 15:58 man
drwxr-xr-x 2 root    root    4096 12월  5  2006 sbin
drwxr-xr-x 4 root    root    4096  8월 11 15:50 share
drwxr-xr-x 2 root    root    4096 12월  5  2006 src
drwxr-xr-x 3 root    root    4096  8월 12 05:13 vnc


[root@localhost jdk1.6.0_02]# ls
COPYRIGHT    README_ja.html               bin      jre  sample
LICENSE      README_zh_CN.html            demo     lib  src.zip
README.html  THIRDPARTYLICENSEREADME.txt  include  man

 

환경설정(PATH 설정) - .bash_profile

[install@localhost ~]$ ls -a
.              .gnome             .nautilus
..             .gnome2            .scim
.ICEauthority  .gnome2_private    .viminfo
.Xauthority    .gstreamer-0.10    .vnc
.bash_logout   .gtkrc             CUBRID-7.1.0.1014-x86-Linux-glibc234.sh
.bash_profile  .gtkrc-1.2-gnome2  Desktop
.bashrc        .kde               Pictures
.config        .macromedia        jdk-6u2-linux-i586.bin
.gconf         .metacity
.gconfd        .mozilla

[install@localhost ~]$ vi .bash_profile
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

# User specific environment and startup programs
JAVA_HOME=/usr/local/jdk1.6.0_02
CLASSPATH=.:$JAVA_HOME/lib/tools.jar
PATH=$PATH:$HOME/bin:$JAVA_HOME/bin
export JAVA_HOME CLASSPATH

export PATH
unset USERNAME

 

source 명령을 이용하여 셀환경설정 적용

[install@localhost ~]$ source .bash_profile

 

java 설치확인

[install@localhost ~]$ java -version
java version "1.6.0_02"
Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
Java HotSpot(TM) Client VM (build 1.6.0_02-b05, mixed mode, sharing)

[출처] 리눅스 자바설치|작성자 올빼미

[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]
|

댓글 1개

댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
17년 전 조회 3,203
17년 전 조회 4,470
17년 전 조회 2,631
17년 전 조회 2,733
17년 전 조회 1,779
17년 전 조회 2,870
17년 전 조회 2,580
17년 전 조회 3,341
17년 전 조회 2,843
17년 전 조회 2,006
17년 전 조회 2,781
17년 전 조회 1,930
17년 전 조회 1,527
17년 전 조회 2,601
17년 전 조회 3,227
17년 전 조회 4,426
17년 전 조회 3,498
17년 전 조회 1,773
17년 전 조회 1,984
17년 전 조회 2,581
17년 전 조회 1,892
17년 전 조회 2,088
17년 전 조회 3,035
17년 전 조회 2,489
17년 전 조회 2,132
17년 전 조회 4,545
17년 전 조회 3,359
17년 전 조회 1,768
17년 전 조회 3,896
17년 전 조회 3,150
17년 전 조회 2,388
17년 전 조회 1,644
17년 전 조회 2,673
17년 전 조회 2,391
17년 전 조회 2,324
17년 전 조회 2,266
17년 전 조회 1,499
17년 전 조회 2,196
17년 전 조회 3,256
17년 전 조회 1,752
17년 전 조회 2,010
17년 전 조회 1,683
17년 전 조회 1,916
17년 전 조회 1,900
17년 전 조회 1,805
17년 전 조회 2,889
17년 전 조회 2,659
17년 전 조회 2,447
17년 전 조회 1,740
17년 전 조회 2,771
17년 전 조회 4,574
17년 전 조회 3,065
17년 전 조회 1,988
17년 전 조회 2,185
17년 전 조회 3,588
17년 전 조회 2,575
17년 전 조회 4,141
17년 전 조회 1,993
17년 전 조회 2,588
17년 전 조회 2,433
17년 전 조회 1,948
17년 전 조회 2,453
17년 전 조회 2,260
17년 전 조회 2,291
17년 전 조회 3,414
17년 전 조회 2,475
17년 전 조회 1,764
17년 전 조회 1,778
17년 전 조회 2,444
17년 전 조회 3,532
17년 전 조회 2,449
17년 전 조회 1,872
17년 전 조회 4,576
17년 전 조회 2,355
17년 전 조회 3,786
17년 전 조회 6,359
17년 전 조회 1,821
17년 전 조회 1,977
17년 전 조회 1,548
17년 전 조회 1,673
17년 전 조회 3,202
17년 전 조회 2,234
17년 전 조회 2,894
17년 전 조회 1,619
17년 전 조회 3,500
17년 전 조회 2,485
17년 전 조회 2,925
17년 전 조회 1,731
17년 전 조회 2,080
17년 전 조회 1,462
17년 전 조회 1,516
17년 전 조회 2,095
17년 전 조회 1,523
17년 전 조회 4,609
17년 전 조회 1,825
17년 전 조회 2,312
17년 전 조회 7,417
17년 전 조회 1,690
17년 전 조회 2,225
17년 전 조회 3,460