Re: JDBC connection issue

From: "Young Nam" <Ynam(at)sharedmarketing(dot)com>
To: "Kris Jurka" <books(at)ejurka(dot)com>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC connection issue
Date: 2004-07-13 18:20:02
Message-ID: 581C48EBC132FF459E62A6809D0D72AE22C74B@mail.sharedmarketing.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

CLASSPATH is set to
/usr/local/pgsql/share/java/postgresql.jar:/home/youngnam/Development/java_apps/xlang/bin/Xlang.jar

I am using ant to build the source files and create jar file.
In build.xml file, target that runs the program is,

<target name="run" depends="build">
<java jar="${target}" fork="true"/> where ${target} is bin/Xlang.jar
</target>

Thanks again,

YJ

-----Original Message-----
From: Kris Jurka [mailto:books(at)ejurka(dot)com]
Sent: Tuesday, July 13, 2004 1:07 PM
To: Young Nam
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] JDBC connection issue

On Tue, 13 Jul 2004, Young Nam wrote:

> Thanks for speedy replies, Kris.
>
> I've included both jar files in the CLASSPATH. Same error.
>

What exactly is the CLASSPATH and what exact command are you running java
with?

Kris Jurka

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Young Nam 2004-07-13 18:29:43 Re: JDBC connection issue
Previous Message Jan de Visser 2004-07-13 18:17:05 Re: JDBC connection issue