Re: I want to install the j2sdk for linux using blackdown package.
- From: Gordon Beaton <not@xxxxxxxxx>
- Date: 30 Nov 2005 08:51:08 +0200
On 29 Nov 2005 22:03:36 -0800, motionanalyst@xxxxxxxxx wrote:
> 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
--
[ 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
.
- References:
- I want to install the j2sdk for linux using blackdown package.
- From: motionanalyst@xxxxxxxxx
- Re: I want to install the j2sdk for linux using blackdown package.
- From: motionanalyst@xxxxxxxxx
- I want to install the j2sdk for linux using blackdown package.
- Prev by Date: Re: Custom or pre-packaged.
- Next by Date: Old books on Java, still good?
- Previous by thread: Re: I want to install the j2sdk for linux using blackdown package.
- Next by thread: Old books on Java, still good?
- Index(es):
Relevant Pages
|