Setting Java Class Path's
Create a file called
package.env
in an appropriate directory for the application you want setup.
In package.env, add
DESCRIPTION= CLASSPATH= DEPEND=
and whatever else you need.
Then run
(Don't type /package.env, just the path up to it. no trailing slash.)
# java-config --set-system-classpath=/path/to/dir/containing/package.env
Then run
# env-update && source /etc/profile
[Click to add or edit comments])
Please prepend comments below including a date