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



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
.



Relevant Pages

  • Re: Freeware download corrupt (?)
    ... > a list of all functions in a package that fall in that category. ... > conflict with a function of that name in a future version of the CRTL. ... > But the compiler doesn't do that, so for now we're on our own. ... I create a package with a routine in it called "highwater". ...
    (comp.os.vms)
  • Re: PL/I, COBOL, Advantages, Equivalence, et al
    ... SPARK will allow a variable to have a value that conforms ... might be that a package somewhere will look like this ... An Ada compiler may issue a warning; ... LC> Ada/SPARK support a boolean type? ...
    (comp.lang.pl1)
  • RE: Visual studio 2003 .NET versus its own Command Prompt
    ... > package in the lab. ... > command line compiler which cames with it. ... library, which is a .lib file, for it to know where in the DLL the functions ...
    (microsoft.public.vc.language)
  • Re: Frage zu Packages und our
    ... Der Compiler selbst schaut jedoch bei einem unqualifizierten ... Laufzeit tatsächlich auf die globale (Package) Variable zugegriffen. ... von "my" ident sind - denn ein innerhalb eines Scopes deklariertes ...
    (de.comp.lang.perl.misc)
  • Re: How to use packages?
    ... libraries in assembly could be created and imported for use. ... package so that some very cool libraries could be created in ways that I ... This would be very wrong -- basically giving away a Lisp compiler ... For example (given the name as.exe for the assembler): ...
    (comp.lang.lisp)