I have open suse 11.0 and I can not figure out how to set the classpath.
If I type via terminal
echo $CLASSPATH
I get a blank line.
It also does not show up if I type env at the command line
I have tried setting it via a script or editing profile.locale or from a
command line. I have tried this from the command line
set CLASSPATH=/usr/local/bea/wlserver_10.3/server/lib
or this from a script
set CLASSPATH=/usr/local/bea/wlserver_10.3/server/lib
export CLASSPATH
regardless of what I do I get a blank line. It is not a problem with
echo because I can export other variables just fine.
Any ideas what I am doing wrong?