JavaWorkshop and JavaStudio:
> From: aj-cmnt@katahdin.cims.nyu.edu (Art Johnson - Systems Account)
> Subject: Re: java software
> To: yap@jinai.cs.nyu.edu (Chee Yap)
> Date: Mon, 22 Jun 1998 15:17:05 -0400 (EDT)
> Cc: been@slinky.cs.nyu.edu, aj-cmnt@katahdin.cims.nyu.edu
>
> Anyway, both JavaWorkshop and JavaStudio are now installed and
> licensed.
>
> Here is the information for both:
> JavaWorkshop:
> Located in:
> /opt/Java-WorkShop2.0
> To run the software:
> cd /opt/Java-WorkShop2.0/JWS/sparc-S2/bin; ./jws &
> Or, in your .cshrc file, set your path to include:
> /opt/Java-WorkShop2.0/JWS/sparc-S2/bin, OR, what I have done
> in .cshrc, is create an alias:
> alias jws `/opt/Java-WorkShop2.0/JWS/sparc-S2/bin/jws`
>
> JavaStudio:
> Located in:
> /opt/Java-Studio1.0
> To run:
> cd /opt/Java-Studio1.0/JS/sparc-S2/bin; ./js &
> OR add the path, OR create the alias:
> alias js `/opt/Java-Studio1.0/JS/sparc-S2/bin/js`
>
> Presently, these packages are only installed on the server slinky and
> any machine which mounts slinky's /export software volume.
> I would advise to run them on slinky and send the display to a workstation.
> Both packages are pretty large and require a good CPU to run (with
> okay performance).
>
> The latest JDK should be installed within the day, the structure of
> it has changed and I am just thinking over the implications/changes.
> when the new jdk is there, it will be in:
> /opt/jdk1.1.5
>
> -art