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,213
17년 전 조회 4,484
17년 전 조회 2,645
17년 전 조회 2,750
17년 전 조회 1,802
17년 전 조회 2,895
17년 전 조회 2,598
17년 전 조회 3,363
17년 전 조회 2,857
17년 전 조회 2,021
17년 전 조회 2,801
17년 전 조회 1,947
17년 전 조회 1,545
17년 전 조회 2,619
17년 전 조회 3,242
17년 전 조회 4,443
17년 전 조회 3,519
17년 전 조회 1,790
17년 전 조회 2,001
17년 전 조회 2,596
17년 전 조회 1,906
17년 전 조회 2,101
17년 전 조회 3,055
17년 전 조회 2,503
17년 전 조회 2,151
17년 전 조회 4,568
17년 전 조회 3,379
17년 전 조회 1,790
17년 전 조회 3,913
17년 전 조회 3,164
17년 전 조회 2,407
17년 전 조회 1,669
17년 전 조회 2,684
17년 전 조회 2,406
17년 전 조회 2,346
17년 전 조회 2,286
17년 전 조회 1,517
17년 전 조회 2,218
17년 전 조회 3,265
17년 전 조회 1,763
17년 전 조회 2,025
17년 전 조회 1,692
17년 전 조회 1,932
17년 전 조회 1,914
17년 전 조회 1,818
17년 전 조회 2,904
17년 전 조회 2,668
17년 전 조회 2,458
17년 전 조회 1,753
17년 전 조회 2,782
17년 전 조회 4,591
17년 전 조회 3,075
17년 전 조회 2,003
17년 전 조회 2,192
17년 전 조회 3,602
17년 전 조회 2,589
17년 전 조회 4,155
17년 전 조회 2,004
17년 전 조회 2,598
17년 전 조회 2,442
17년 전 조회 1,962
17년 전 조회 2,466
17년 전 조회 2,276
17년 전 조회 2,311
17년 전 조회 3,428
17년 전 조회 2,491
17년 전 조회 1,774
17년 전 조회 1,795
17년 전 조회 2,458
17년 전 조회 3,543
17년 전 조회 2,460
17년 전 조회 1,880
17년 전 조회 4,585
17년 전 조회 2,364
17년 전 조회 3,797
17년 전 조회 6,370
17년 전 조회 1,830
17년 전 조회 1,991
17년 전 조회 1,566
17년 전 조회 1,682
17년 전 조회 3,210
17년 전 조회 2,249
17년 전 조회 2,909
17년 전 조회 1,629
17년 전 조회 3,516
17년 전 조회 2,496
17년 전 조회 2,936
17년 전 조회 1,746
17년 전 조회 2,095
17년 전 조회 1,475
17년 전 조회 1,524
17년 전 조회 2,110
17년 전 조회 1,535
17년 전 조회 4,628
17년 전 조회 1,840
17년 전 조회 2,328
17년 전 조회 7,432
17년 전 조회 1,700
17년 전 조회 2,235
17년 전 조회 3,470