|
generally, I think the variable you want to alter is $CLASSPATH, although I'm not sure. This should point to wherever your system classes are. You probably also want to add the location of you java executables (java, javac, javap, etc.) to your path as well. If you are the only user of your machine, then there is no harm in you installing the jdk globally, and generally things like java are considered system resources.
|