« Return to Thread: build postgis.jar on Windows

Re: build postgis.jar on Windows

by coster :: Rate this Message:

Reply to Author | View in Thread

Hi Markus,
thank you for your help.

I build the postgis.jar directly in Eclipse:

1. Import the postgis-svn\java\jdbc folder in a Java Eclipse project
2. Use the export function of Eclipse to generate the .jar file with ant

Christian.

Markus Schaber wrote:
Hi, Coster,

coster wrote:

> is it possible to build the postgis.jar on a Windows box?
> How can I do this?

Yes, it is possible, but you'll need Make installed.

I never did it myself, but probably those guys creating the windows
installers could help you.

The other possibility will be to compile and pack it yourself, using
"javac" and "jar", looking into the makefile for hints.

Maybe we really should switch to ant.

Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org
_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

 « Return to Thread: build postgis.jar on Windows