testing different Java dependency?
Greg Lewis
glewis at eyesbeyond.com
Thu Sep 3 22:05:59 UTC 2020
The environment variable you're probably looking for is
JAVA_PREFERRED_PORTS. Whether that has the effect you want will also
depend on what the port allows in terms of Java versions. E.g. if a
port has JAVA_VERSION=11 then it is signalling that will only use a JDK
of that version, no matter what you set as your preference.
Also, as the previous reply implied, how that effects individual ports
at run time isn't consistent.
-- Greg
On 2020-08-27 20:55, Robert Huff wrote:
> 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 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "freebsd-java-unsubscribe at freebsd.org"
More information about the freebsd-java
mailing list