I didn't notice anything that states "This is how to set the PATH environment variable..." but you still might want to take a quick look at Sun's instructions at
http://java.sun.com/j2se/1.4/install-solaris.html Otherwise, I'm not sure but I think that you can set an environment variable in Solaris with a simple statement such as
set PATH /myJ2SEInstallationLocation/bin
or
set PATH=/myJ2SEInstallationLocation/bin
[ January 29, 2003: Message edited by: Dirk Schreckmann ]