10 Aug
2007
10 Aug
'07
8:20 a.m.
On 09-08-2007 16:14:25 +0530, Pradeep Gowda wrote:
On 8/9/07, Fabian Groffen
wrote: Hi Pradeep, Can you please tell what Java you are using? I think java -version and javac -version will be enough.
Hi Fabian, Thanks for the quick reply.
$ java -version java version "1.6.0" Java(TM) SE Runtime Environment (build 1.6.0-b105) Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)
$javac -version javac 1.6.0
Our JDBC driver can currently only be built with Java 1.4 or 1.5. The error you get is very weird, and not reproducable with Java 1.5 here. If I have some time I'll try to run it with Java 1.6 to see if I find the same problem. Is it an option for you to run Java 1.5?