Re: [JPP-Devel] Path error in openjump.bat file

2008-03-10 Thread Andreas Schmitz
Rahkonen Jukka wrote: Hi, > I have been wondering why I receive an error message about non-existing > log4j.xml file every time I start OpenJUMP. It seems to be because in the > openjump.bat file there is this part: > Dlog4j.configuration=file:conf\log4j.xml > > It does not suit with the inst

[JPP-Devel] Postgresql driver version

2008-03-10 Thread Malte Weller
Hi, can we change the postgresql driver from JDBC2 to JDBC3 ? JDBC2 is only needed for JVM older than 1.4 and has no support for SSL (But that's what I need :'( ). Greetings from Hanover, Malte

Re: [JPP-Devel] Postgresql driver version

2008-03-10 Thread Andreas Schmitz
Malte Weller wrote: Hi, > can we change the postgresql driver from JDBC2 to JDBC3 ? > JDBC2 is only needed for JVM > older than 1.4 and has no support for SSL (But that's what I need :'( ). sure, no objections from Bonn... Best regards, Andreas --

Re: [JPP-Devel] Path error in openjump.bat file

2008-03-10 Thread Rahkonen Jukka
Stefan Steiniger wrote: > Hei Jukka, > thanx for pointing this out. >> I have been wondering why I receive an error message about non-existing >> log4j.xml >> file every time I start OpenJUMP. It seems to be because in the >> openjump.bat file there is this part: >> Dlog4j.configuration=fi

Re: [JPP-Devel] Path error in openjump.bat file

2008-03-10 Thread Stefan Steiniger
> > yes, I've also noticed that. I think that the reference does not actually need > to be specified at all, since I've recently added the bin directory to the > classpath. I usually use the simpler log4j.properties, which I don't need to > specify on the command line (I think that the same goes

Re: [JPP-Devel] Postgresql driver version

2008-03-10 Thread Stefan Steiniger
aehm.. yes we can. can you specify where I need to replace the files? (external plugin?) stefan Andreas Schmitz wrote: > Malte Weller wrote: > > Hi, > >> can we change the postgresql driver from JDBC2 to JDBC3 ? >> JDBC2 is only needed for JVM >> ol

Re: [JPP-Devel] Path error in openjump.bat file

2008-03-10 Thread Andreas Schmitz
Stefan Steiniger wrote: Hi, > > yes, I've also noticed that. I think that the reference does not actually > > need > > to be specified at all, since I've recently added the bin directory to the > > classpath. I usually use the simpler log4j.properties, which I don't need to > > specify on the co

Re: [JPP-Devel] Path error in openjump.bat file

2008-03-10 Thread Stefan Steiniger
I would be fine with both (if you want to change that) stefan Andreas Schmitz wrote: > Stefan Steiniger wrote: > > Hi, > >>> yes, I've also noticed that. I think that the reference does not actually >>> need >>> to be specified at all, since I've recently added the bin directory to the >>> cla

Re: [JPP-Devel] Postgresql driver version

2008-03-10 Thread Malte Weller
Hi Stefan, you can find the old driver in 'lib' directory (postgresql-8.1dev-403.jdbc2.jar). Replace it with a JDBC3 type driver from http://jdbc.postgresql.org/download.html. Because of the new batch file the nightly build is using, you don't have