[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Urgent: jdbc connection to PostGRESQL



hi list
classpath means classpath and is separate from path. to include .jar
files in 
classpath do this in .bash_profile
CLASSPATH=/home/java/or_whatever_path/abc.jar
PATH=path_to_my_jdk/bin
export PATH CLASSPATH
for .jar and .zip u will have to include filename in the classpath

HTH

Linux List wrote:
> 
> does classPath mean classpath or path.
> The postgresql docs say something like export the
> postgresql.jar file to your CLASSPATH with export.
> i think they refer to the PATH.
> Please tell me how to export xxx.jar or any file for that
> matter to the classpath.
> 

-- 
Rajeev Jha

----------------------------------------------------------------------