Appletviewer and Linux

I have JDK 1.5.0 . I try to use Appletviewer but it doesn't work!

This text explain the problem clearly (my english isn't good... sorry i'm an italian stupid guy...):

[root@localhost carlino]# cd /usr/java/jdk1.5.0_01/bin

[root@localhost bin]# ls -l

totale 3316

-rwxr-xr-x 1 carlino famiglia 72760 7 dic 06:49 appletviewer

.

.

.

[root@localhost bin]# appletviewer /home/carlino/indx.htm

bash: appletviewer: command not found

appletviewer is present but it can't be found.... it is strange or not?

[573 byte] By [zachdelarochaa] at [2007-10-1 2:57:26]
# 1
Under Unix including Linux the current directory (.) is not automatically included in PATH. It is more secure so. Inlcude . in your PATH or run appletviewer directly:./appletviewerA sidenote: under Unix including Linux you should not run program as root only if it is needed.
BIJ001a at 2007-7-8 15:35:50 > top of Java-index,Administration Tools,Sun Connection...