On Wed, Jun 07, 2000 at 09:01:30AM -0500, K L Bhavani typed:
>
> Can you send me the steps of installation, because I have already put
> that file in the same area where jdk is installed i.e. /usr/local/ but how
> do I set /jdk/swingall.in the classpath environment can u pls.specify in
> detail.
>
If swingall.jar is in /usr/local/, then add the following lines to the
.bash_profile file in your home directory. (Or to the file /etc/profile
if you want the setting to apply for all users - you'll need to be root
to edit the global profile file).
CLASSPATH="/usr/local/swingall.jar:$CLASSPATH"
export CLASSPATH
When you login the next time, your classpath should be set properly.
Kala
-----------------------------------------------------------------------
Check out the 'What to do before posting to the list' site
for a list of things to try before posting. The site is
at http://botsie.tripod.com/beforeposting/