Re: Running Sun 1.4.2 in 32-bit mode on the Opteron (Linux)
From: Gordon Beaton (not_at_for.email)
Date: 02/11/04
- Next message: Jayaram: "Re: Linux java.lang.OutOfMemoryError: unable to create new native thread"
- Previous message: Ken: "Java Design by Contract Tools?"
- In reply to: Philippe: "Running Sun 1.4.2 in 32-bit mode on the Opteron (Linux)"
- Next in thread: Juergen Kreileder: "Re: Running Sun 1.4.2 in 32-bit mode on the Opteron (Linux)"
- Reply: Juergen Kreileder: "Re: Running Sun 1.4.2 in 32-bit mode on the Opteron (Linux)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 11 Feb 2004 17:24:28 +0100
On 11 Feb 2004 08:05:38 -0800, Philippe wrote:
> Whenever we try to install the 32-bit JVM (i.e. the file
> j2sdk-1_4_2_03-linux-i586.bin), it exits with an error:
>
> --------------------------------------
>
> tail: `-1' option is obsolete; use `-n 1'
> Try `tail --help' for more information.
The file is a script. Open it in any editor and change the tail
command (there might be several). Alternatively, run tail yourself to
extract the zip file containing the sdk.
Something like this:
tail -n +424 ./j2re-1_4_2_03-linux-i586.bin > foo.zip
unzip foo.zip
Check the contents of the script to see what number (e.g. 424) to use.
/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
- Next message: Jayaram: "Re: Linux java.lang.OutOfMemoryError: unable to create new native thread"
- Previous message: Ken: "Java Design by Contract Tools?"
- In reply to: Philippe: "Running Sun 1.4.2 in 32-bit mode on the Opteron (Linux)"
- Next in thread: Juergen Kreileder: "Re: Running Sun 1.4.2 in 32-bit mode on the Opteron (Linux)"
- Reply: Juergen Kreileder: "Re: Running Sun 1.4.2 in 32-bit mode on the Opteron (Linux)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|