classpath question

Ronnie T Livingston rlivings at hawaii.edu
Mon Jan 7 18:51:11 PST 2002


oops, I just realized that this is more an apache/tomcat question than it
is a linux question, sorry.   The classpath is supposed to point to your
.jar files so when you compile a java program it will know where to find
certain packages (I think).

Anyway Ive been trying to compile something on my linux machine and I got
mixed up thinking that the classpath is located in a .login file or
something.

please disregard

thanks,
Ronnie

On Mon, 7 Jan 2002, Epsas Nova wrote:

> Ronnie,
>
> Are you talking about the PATH environment variable?  If so, just add this to your ~/.bashrc:
>
> PATH=$PATH:/foo/bin
> export PATH
>



More information about the LUAU mailing list