Re: Java installation on SCO507 On Sep 26, 7:20 pm, Walter Vaughan <wvaug...@steelerubber.com> wrote:
> Rajesh wrote:
> > Hai,
>
> > Can any body tell me command of install the java(java2jre3.pkg.Z) on
> > sco507.
>
> Before you begin you need these packages installed as well..
> * urwfonts or freefonts
> * OSRcompat version 7.1.1b
>
> Create a temporary installation directory
>
> mkdir /tmp1
>
> Move your file to the installation directory.
>
> mv java2jre3.pkg.Z /tmp1
>
> Change to the installation directory:
>
> cd /tmp1
>
> Uncompress the file:
>
> uncompress java2jre3.pkg.Z
>
> Install the JRE package using pkgadd.
>
> pkgadd -d /tmp1/java2jre3.pkg
>
> ==========
> The question is why bother. Almost nothing that requires java that is current
> will work with that old a version of Java.
>
> AND since this is java you may want to look into FreeBSD or OpenSolaris or Linux...
Dear Mr.Walter Vaughan
Many thanks for your immediate help.
Rajesh |