root계정으로 linux에 j2sdk 1.4.2를 설치한 후 PATH 설정을 하였습니다.
root계정으로는 성공된 것을 확인하였습니다.
[root@pointi ~]# java
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
where options include:
-client to select the "client" VM
-server to select the "server" VM