Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1g2BjO-00062P-JR for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 18 Sep 2018 08:51:38 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1g2BjL-0008Fk-2w for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 18 Sep 2018 08:51:35 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1g2BjK-0008Fd-UL for pgsql-pkg-debian@lists.postgresql.org; Tue, 18 Sep 2018 08:51:34 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1g2BjI-0001mb-Gc for pgsql-pkg-debian@postgresql.org; Tue, 18 Sep 2018 08:51:34 +0000 Received: from msg.df7cb.de (unknown [IPv6:2003:5b:203b:100:7627:eaff:fe52:8e03]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 42DxYZ0hjmz3F0T; Tue, 18 Sep 2018 10:51:30 +0200 (CEST) Date: Tue, 18 Sep 2018 10:51:29 +0200 From: Christoph Berg To: Chapman Flack Cc: pgsql-pkg-debian@postgresql.org Subject: Re: PL/Java 1.5.1_BETA2 Message-ID: <20180918085129.GB6196@msg.df7cb.de> Mail-Followup-To: Christoph Berg , Chapman Flack , pgsql-pkg-debian@postgresql.org References: <5B96B226.2080803@anastigmatix.net> <20180915203221.GA19015@msg.df7cb.de> <5B9D73A2.2090402@anastigmatix.net> <20180916201808.GA30681@msg.df7cb.de> <20180916202733.GB30681@msg.df7cb.de> <5B9ED559.5080208@anastigmatix.net> <20180917144716.GF27331@msg.df7cb.de> <5BA058C6.8010807@anastigmatix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5BA058C6.8010807@anastigmatix.net> User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: Chapman Flack 2018-09-18 <5BA058C6.8010807@anastigmatix.net> > One more (less intuitive) thing might be worth trying: > > computedPath = String(replacement + computedPath.slice(plen)); That worked, tested on openjdk-7/trusty and openjdk-8/sid. (Now it doesn't pass the "install_jar" test anymore because of java.lang.ClassNotFoundException: org.postgresql.pljava.example.annotation.ComplexTuple...) Submitted as https://github.com/tada/pljava/pull/175 Christoph