Re: Error:java.lang.ClassNotFoundException: org.postgresql.Driver

From: "M(dot) Dietrich" <mdt(at)emdete(dot)de>
To: Nithin Chakravarthi <nithin(at)embdestech(dot)co(dot)in>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Error:java.lang.ClassNotFoundException: org.postgresql.Driver
Date: 2016-03-29 19:16:10
Message-ID: 1459278729-astroid-0-m4sg7mj0dg-32597@morple
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message John R Pierce 2016-03-29 19:34:23 Re: Error:java.lang.ClassNotFoundException: org.postgresql.Driver
Previous Message danap 2016-03-29 16:38:38 Re: Error:java.lang.ClassNotFoundException: org.postgresql.Driver