Re: Deploying my application (nesting the jar) - Mailing list pgsql-jdbc

From Andres Olarte
Subject Re: Deploying my application (nesting the jar)
Date
Msg-id 3fccaa690511281829j2026e47dpfe9a1474fc21259c@mail.gmail.com
Whole thread Raw
In response to Re: Deploying my application (nesting the jar)  (Benjamin Stookey <jamstooks@yahoo.com>)
Responses Re: Deploying my application (nesting the jar)  (Benjamin Stookey <jamstooks@yahoo.com>)
List pgsql-jdbc
In your source folder (Source), are you including the drivers source files, or the class files (the files that you extract from the driver jar file) ??

If you are using the drivers source then your aproach should work. But if you are using the class files fomr the driver jar, it wont work.  In that case, you need to copy to the files to your build folder, or where your compiler places your compiled files.  I think this is your problem.

pgsql-jdbc by date:

Previous
From: Benjamin Stookey
Date:
Subject: Re: Deploying my application (nesting the jar)
Next
From: Benjamin Stookey
Date:
Subject: Re: Deploying my application (nesting the jar)