Re: Why isn't Java support part of Postgresql core?

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Why isn't Java support part of Postgresql core?
Date: 2014-09-17 22:25:35
Message-ID: 541A0A5F.80702@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/17/2014 3:07 PM, cowwoc wrote:
>
> Can you be more specific? Are you talking about load-time linking
> against jvm.dll/so?

$JAVA_HOME/jre/lib/amd64/server/libjvm.so or whatever, yeah. the
path of that relative to $JAVA_HOME is rather variable, depending on a
lot of things, like 32 vs 64 bit JRE, x86 vs sparc/solaris vs AIX/power,
and I think GCJ has a considerably different directory layout.

Also... are the jni.h files the same or at least interchangable for
the various flavors of Java?

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message cowwoc 2014-09-18 00:02:51 Re: Why isn't Java support part of Postgresql core?
Previous Message cowwoc 2014-09-17 22:07:58 Re: Why isn't Java support part of Postgresql core?