I'm not sure it's just a ZIP file -- I think it's a shell script with a 
binary executable installer appended to the end - at least it was with 
1.3.0_02. Unusual, to say the least. The shell script asks you to agree to 
the license, then does
tail +253 $0 > $outname
(which chops off the initial shell script), then
./$outname

You can either:
sh J2sdk-1_3_1_01-Linux-i386-rpm.bin (though I'm not sure that 
capitalisation is right), or do the tail manually - (it may not be 253, 
check your file)
tail +253 J2sdk-1_3_1_01-Linux-i386-rpm.bin > myinstaller
./myinstaller
Hope this works for you,
Regards,
Thomas.




At 22:31 14/12/2001 -0700, Ricardo Mantilla wrote:
>unzip *.bin  will do it
>
>R
>
>On Thu, 13 Dec 2001 [EMAIL PROTECTED] wrote:
>
> > I have downloaded Oracle's JDeveloper and it requires me to have JDK 
> 1.3.   When
> > I download the SUN Linux RPM for Redhat JDK 1.3 the file type is 
> '.BIN'. Does
> > anybody know how I install this?  The file name is
> > "J2sdk-1_3_1_01-Linux-i386-rpm.bin"
> >
> > Nothing seems to recognize this file format.. I am new to Linux.  I 
> would have
> > figured that the extension would have been ".RPM".  I have tried 
> renaming and to
> > no avail.
> >
> > Thanks in advance.
> > William E. Taylor
> >
> >       "Why does a dog wag its tail? Because the dog is smarter than the 
> tail.
> > If the tail was smarter, it would wag the dog."
> >       -- Wag the Dog
> >
> >
> >
> >
> > ----------------------------------------------------------------------
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> >
>
>
>----------------------------------------------------------------------
>To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to