Subject: Re: Video Tutorial - How to Build and Install PL/Java References: <56DBC5E4.6050301@lucee.org> <56DBDAFA.2070106@anastigmatix.net> <56DC8056.5090905@lucee.org> From: "Igal @ Lucee.org" Message-ID: <56DC9039.8010703@lucee.org> Date: Sun, 6 Mar 2016 12:16:57 -0800 MIME-Version: 1.0 In-Reply-To: <56DC8056.5090905@lucee.org> Content-Type: text/plain; charset=utf-8; format=flowed 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