I want to install the j2sdk for linux using blackdown package.

M

motionanalyst

I want to make an environment to develop using java, and considered
both 'KAFFE' and 'Blackdown' packages.
Final goal is what make java applications in embedded linux system, so
I tried to install j2sdk using blackdown packages. In my first
challenge is failed, however.

The problem is what I did not have any document about installation.
I could not fully understand details about installation.
so I want to request here, who have documents about installation of
'KAFFE' or 'Blackdown'?


Best regards.

Y.K Moon
 
M

motionanalyst

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.
 
G

Gordon Beaton

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,017
Latest member
GreenAcreCBDGummiesReview

Latest Threads

Top