From: eric.kolotyluk at gmail.com (Eric Kolotyluk) Date: Fri, 29 Apr 2011 09:55:08 -0700 Subject: [Pljava-dev] 32bit Windows binaries are up In-Reply-To: References: Message-ID: <4DBAED6C.5060704@gmail.com> Forgive me for being stupid, but where are the binaries? I'm looking at http://pgfoundry.org/frs/?group_id=1000038&release_id=1750 but I cannot see anything recent. Cheers, Eric On 2011-04-18 2:05 PM, Johann 'Myrkraverk' Oskarsson wrote: > Dear PL/Java users, > > The 32bit Windows binaries are (finally) up. Please let me know if > there are > any problems. > > Installation points: > > * If you are using the EnterpriseDB built server, be sure to remove the > previous binaries, typically in > > C:\Program Files\PostgreSQL\x.y\lib > > where x.y is the version number of the server. Delete PLJAVA.DLL and > PLJAVA.JAR from there. > > * Add the Java bin directories to your system PATH. In Windows 7 this is > done in Control Panel, System, Advanced System Settings where you > press the > [Environment Variables...] button. > > Add to Path the following directories (substitue your Java version > numbers > and installation path as appropriate) > > C:\Program Files\Java\jdk1.5.0_22\jre\bin > C:\Program Files\Java\jdk1.5.0_22\jre\bin\server > > Instead of bin\server you may choose bin\client. Note that path elements > are separated by ; semi-comma. > > * For the Path settings to take effect, you need to restart the server. > This is done by running All Programs -> PostgreSQL x.y -> Restart Server > as administrator. Right click and choose "Run as Administrator." > >