Date: Fri, 28 Aug 2020 13:49:37 +0200 (CEST) From: Ronald Klop <ronald-lists@klop.ws> To: Robert Huff <roberthuff@rcn.com> Cc: java@freebsd.org Subject: Re: testing different Java dependency? Message-ID: <181500677.1.1598615377093@localhost> In-Reply-To: <24392.32831.687208.740013@jerusalem.litteratus.org> References: <24392.32831.687208.740013@jerusalem.litteratus.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Can't you just install openjdk14 and start the application with /usr/local/openjdk14/bin/java? A port like net-mgmt/unifi5 has a rc.conf setting unifi_java_home="/usr/local/openjdk11" which you can set to deviate from the default JDK. Regards, Ronald. Van: Robert Huff <roberthuff@rcn.com> Datum: vrijdag, 28 augustus 2020 05:55 Aan: java@freebsd.org CC: Robert Huff <roberthuff@rcn.com> Onderwerp: testing different Java dependency? > > > Hello: > Java novice here. > Suppose I have a port - FOO - built and running with openjdk-12. > I'd like to test it with openjdk-14 _without_ changing the > settings in make.conf. > Is there an command-line arguement I can feed make that will > cause that to happen? Assume I have installed openjdk-14. > (I looked at bsd.java.mk ... my eyes glazed over ... and I backed > carefully out of the room.) > > > Respectfully, > > > Robert Huff > > _______________________________________________ > freebsd-java@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?181500677.1.1598615377093>