Re: [GENERAL] Error while compiling PostgreSQL with Java

2007-11-27 Thread Никоноров Григорий
Thanks al for the answers !!! I solve my problem uninstalling source PostgreSQL and installed from binarys. I use JDBC driver from http://jdbc.postgresql.org/. Now all work fine. :) p.s. Unfortunately i dont solve problem how to compile postgreSQL with java but found very easy method to ins

Re: [GENERAL] Error while compiling PostgreSQL with Java

2007-11-27 Thread Lew
Peter Eisentraut wrote: Никоноров Григорий wrote: I have a problem. I try to install PostgreSQL from source with java. I Installed JDK, ANT properly but when i try to configure i have an error - Warning.Ignored options - --with-java. Please help me ! PostgreSQL has no such option. You may be

Re: [GENERAL] Error while compiling PostgreSQL with Java

2007-11-27 Thread Lew
Никоноров Григорий wrote: I have a problem. I try to install PostgreSQL from source with java. I Installed JDK, ANT properly but when i try to configure i have an error - Warning.Ignored options - --with-java. Please help me ! Kris Jurka wrote: Starting with the 8.0 release the JDBC driver was

Re: [GENERAL] Error while compiling PostgreSQL with Java

2007-11-27 Thread Lew
Никоноров Григорий wrote: Thanks for your answer.When i [sic] download this "JDBC4 Postgresql Driver, Version 8.2-506" driver what should i do next to configure PostgreSQL with it ? Place the JAR containing the driver in the classpath for your Java application. In the Java program be sure to

Re: [GENERAL] Error while compiling PostgreSQL with Java

2007-11-25 Thread Martin Gainty
Sun, 25 Nov 2007 12:18:44 -0500> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]> CC: pgsql-general@postgresql.org> Subject: Re: [GENERAL] Error while compiling PostgreSQL with Java> > > > On Sun, 25 Nov 2007, Никоноров Григорий wrote:> > > I have a problem. I try to

Re: [GENERAL] Error while compiling PostgreSQL with Java

2007-11-25 Thread Никоноров Григорий
I try to describe my problem. I need to switch JIRA to PostgreSQL DB. I try to do how explain in http://www.atlassian.com/software/jira/docs/latest/databases/postgres.html and confronted with some difficulties. Now i want understand how it works and should i configure postgreSQL with java

Re: [GENERAL] Error while compiling PostgreSQL with Java

2007-11-25 Thread Stefan Kaltenbrunner
Никоноров Григорий wrote: > Hi Kris > > Thanks for your answer.When i download this "JDBC4 Postgresql Driver, > Version 8.2-506" driver what should i do next to configure PostgreSQL > with it ? there is nothing you need on the backend side (except for maybe setting up authentication as with every

Re: [GENERAL] Error while compiling PostgreSQL with Java

2007-11-25 Thread Никоноров Григорий
Hi Kris Thanks for your answer.When i download this "JDBC4 Postgresql Driver, Version 8.2-506" driver what should i do next to configure PostgreSQL with it ? Thanks On Sun, 25 Nov 2007 20:18:44 +0300, Kris Jurka <[EMAIL PROTECTED]> wrote: On Sun, 25 Nov 2007, Никоноров Григорий wrote:

Re: [GENERAL] Error while compiling PostgreSQL with Java

2007-11-25 Thread Kris Jurka
On Sun, 25 Nov 2007, Никоноров Григорий wrote: I have a problem. I try to install PostgreSQL from source with java. I Installed JDK, ANT properly but when i try to configure i have an error - Warning.Ignored options - --with-java. Please help me ! Starting with the 8.0 release the JDBC driv

[GENERAL] Error while compiling PostgreSQL with Java

2007-11-25 Thread Никоноров Григорий
Hello! I have a problem. I try to install PostgreSQL from source with java. I Installed JDK, ANT properly but when i try to configure i have an error - Warning.Ignored options - --with-java. Please help me ! [EMAIL PROTECTED] /]# export|grep java declare -x JAVA_HOME="/usr/java/jdk1.6.0_03" decl