> Attach :
> I used the blacdown package (j2re-1.3.1-RC1-linux-arm.tar.bz2)
> if you have document about installtion (ex:intallation guide), please
> send me.
First, make sure that you've got the right package. Are you running
Linux on an ARM platform? Note also that j2re (runtime environment) is
not the same as j2sdk (development kit), i.e. it doesn't include a
compiler or other tools you will need to compile your own Java
programs.
Once you've got the right package for your system, go to the directory
where you want to install it. Then unpack the file like this:
tar -jx /path/to/j2re-1.3.1-RC1-linux-arm.tar.bz2
Or:
bunzip2 -c /path/to/j2re-1.3.1-RC1-linux-arm.tar.bz2 | tar -x -
You will need to update your PATH environment variable so that it
includes the bin directory in the JRE or JDK.
/gordon

Signature
[ do not email me copies of your followups ]
g o r d o n + n e w s @ b a l d e r 1 3 . s e