From: | Merlin Moncure <mmoncure(at)gmail(dot)com> |
---|---|
To: | Rodrigo Gonzalez <rjgonzale(at)estrads(dot)com(dot)ar> |
Cc: | John R Pierce <pierce(at)hogranch(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: stored function (possible to access file system or call java program)? |
Date: | 2011-10-04 16:14:02 |
Message-ID: | CAHyXU0zpgWd6hZToxR9V=PiUA70pw3MjSnzUAxowYR-FsXc+Mw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Mon, Oct 3, 2011 at 8:00 PM, Rodrigo Gonzalez
<rjgonzale(at)estrads(dot)com(dot)ar> wrote:
> On 10/03/2011 09:50 PM, John R Pierce wrote:
>>
>> On 10/03/11 3:09 PM, Merlin Moncure wrote:
>>>
>>> libjvm.so => /usr/lib/libjvm.so (0x00cfc000)
>>
>>
>> I've never heard of a Sun JRE in /usr/lib
>>
>> are you using (eeew) GCJ ?
>>
>>
> He is using...
>
> merlin(at)mmoncure-ubuntu:~$ ls -l /usr/lib/libjvm.so
> lrwxrwxrwx 1 root root 57 2011-08-12 17:13 /usr/lib/libjvm.so ->
> /usr/lib/jvm/java-6-openjdk/jre/lib/i386/server/libjvm.so
>
> So, it is a symlink to openjdk
yup
merlin(at)mmoncure-ubuntu:~$ java -version
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.9) (6b20-1.9.9-0ubuntu1~10.10.2)
OpenJDK Client VM (build 19.0-b09, mixed mode, sharing)
I recall making a symlink now. note I threw this together in a hurry
and it's not heavily tested. java isn't really my thing be we do a
lot of it at the job, so I'm 'going with the flow'.
merlin
From | Date | Subject | |
---|---|---|---|
Next Message | John R Pierce | 2011-10-04 16:18:56 | Re: stored function (possible to access file system or call java program)? |
Previous Message | Raymond O'Donnell | 2011-10-04 16:03:28 | Re: table sequence, renumbering |