Re: Video Tutorial - How to Build and Install PL/Java

From: "Igal (at) Lucee(dot)org" <igal(at)lucee(dot)org>
To:
Subject: Re: Video Tutorial - How to Build and Install PL/Java
Date: 2016-03-06 20:16:57
Message-ID: 56DC9039.8010703@lucee.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On 3/6/2016 11:09 AM, Igal @ Lucee.org wrote:
>
> 1) how do I unset the value
OK, I found the answer to my first question at
https://github.com/tada/pljava/wiki/Complete-uninstall :

# ALTER DATABASE postgres RESET pljava.libjvm_location;
# ALTER SYSTEM RESET pljava.libjvm_location;
# SELECT pg_reload_conf();
# \c

Igal

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Chapman Flack 2016-03-06 20:35:04 Re: [Pljava-dev] Video Tutorial - How to Build and Install PL/Java
Previous Message Igal @ Lucee.org 2016-03-06 19:14:59 Re: [Pljava-dev] Video Tutorial - How to Build and Install PL/Java