Hi
I have the next configuration:
Postgresql 7.2.3
JDK 1.4.1_01
ant 1.4.1
the account:postgres
JAVA_HOME=/usr/local/jdk1.4.1
ANT_HOME=/usr/local/ant
I try to compile the jdbc driver the next forms:
- When compile the postgres
./compile --with-java
gmake
and
- At src/interfaces/jdbc:
ant jar
I got the some errors,for example:
[javac]
/home/postgres/src/interfaces/jdbc/org/postgresql/xa/XAConnectionImpl.java 57 connot resolve
Please help me
Thanks