Re: Error:java.lang.ClassNotFoundException: org.postgresql.Driver - Mailing list pgsql-jdbc

From M. Dietrich
Subject Re: Error:java.lang.ClassNotFoundException: org.postgresql.Driver
Date
Msg-id 1459278729-astroid-0-m4sg7mj0dg-32597@morple
Whole thread Raw
In response to Error:java.lang.ClassNotFoundException: org.postgresql.Driver  (Nithin Chakravarthi <nithin@embdestech.co.in>)
Responses Re: Error:java.lang.ClassNotFoundException:org.postgresql.Driver  (John R Pierce <pierce@hogranch.com>)
List pgsql-jdbc
Zitat aus Nithin Chakravarthi's Nachricht :
> *"export CLASSPATH=./Server.jar:~/Downloads/postgresql-9.3-1103.jdbc3.jar"*

java does not expand the "~" denoting your home dir, use `pwd`
instead to let the shell do that or name the full filename
with absolute directory.



pgsql-jdbc by date:

Previous
From: danap
Date:
Subject: Re: Error:java.lang.ClassNotFoundException: org.postgresql.Driver
Next
From: John R Pierce
Date:
Subject: Re: Error:java.lang.ClassNotFoundException:org.postgresql.Driver