> what each environment varible does in setting up an
> java environment?
> PATH?
http://vlaurie.com/computers2/Articles/environment.htm
> CLASSPATH?
classpath to use by the JVM.
http://www.tech-faq.com/classpath.shtml e.g. Found using Google, btw.
> JAVA_HOME?
> JREHOME?
Installation directory of the JVM.
> what each environment varible does in setting up an
> java environment?
> PATH?
Where the system executables are to be found
> CLASSPATH?
Where java is to search for files to execute
> JAVA_HOME?
The directory where you have installed your jdk
> JREHOME?
The directory where you have installed your Java Runtime Environment