Re: Why isn't Java support part of Postgresql core? - Mailing list pgsql-general

From Szymon Guz
Subject Re: Why isn't Java support part of Postgresql core?
Date
Msg-id CAFjNrYuU2z+uQ0KTTGzX7+5-PU_oYZjOPAtRkzOMCUX3j5Zkjw@mail.gmail.com
Whole thread Raw
In response to Re: Why isn't Java support part of Postgresql core?  (John R Pierce <pierce@hogranch.com>)
Responses Re: Why isn't Java support part of Postgresql core?
List pgsql-general


On 18 September 2014 18:54, John R Pierce <pierce@hogranch.com> wrote:
On 9/18/2014 9:07 AM, cowwoc wrote:
You are confusing a private JRE installation with the public JRE installation (yes, there is such a thing). The public JRE is found in java/jre8. The private JRE is found in java/jdk1.8.0_20/jre.

http://www.oracle.com/technetwork/java/javase/jdk-8-readme-2095712.html#redistribution gives you permission to redistribute the JRE directory that ships inside each JDK installation. If you dig into jre/bin/server you will find jvm.dll.

ah, that I see... C:\Program Files\Java\jre7\bin\server\jvm.dll

for some reason I was thinking it needed {lib}jni.{so,dll}

 
Does it mean that there should be distributed many jvm.dlls for each of the jvm versions?

Szymon

pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: Why isn't Java support part of Postgresql core?
Next
From: Dev Kumkar
Date:
Subject: Re: [SQL] pg_multixact issues