>> Okay alright tell me one thing that is there anything like classpath in
>> Linux. If yes please tell me how to set classpath in Linux?
>
> You probably mean CLASSPATH for Java applications, which you can set by
> passing '-cp' argument to the 'java' command-line. For details, RTFM java(1)
> OR the documentation of the Servlet container, if you're looking for
> configuration of your servlet container.
>
> - --
> Ashish SHUKLA
You can add a line like
export CLASSPATH=<whatever it is>

in your .bash_profile file

Regards
-Tarun

_______________________________________________
Ilugd mailing list
[email protected]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to