Re: stored function (possible to access file system or call java program)? - Mailing list pgsql-general

From Merlin Moncure
Subject Re: stored function (possible to access file system or call java program)?
Date
Msg-id CAHyXU0zpgWd6hZToxR9V=PiUA70pw3MjSnzUAxowYR-FsXc+Mw@mail.gmail.com
Whole thread Raw
In response to Re: stored function (possible to access file system or call java program)?  (Rodrigo Gonzalez <rjgonzale@estrads.com.ar>)
Responses Re: stored function (possible to access file system or call java program)?  (John R Pierce <pierce@hogranch.com>)
List pgsql-general
On Mon, Oct 3, 2011 at 8:00 PM, Rodrigo Gonzalez
<rjgonzale@estrads.com.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@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@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

pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: table sequence, renumbering
Next
From: John R Pierce
Date:
Subject: Re: stored function (possible to access file system or call java program)?