[Bug 237054] java/openjdk11: Needs to be integrated into bsd.java.mk

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 26 04:28:32 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237054

--- Comment #18 from Greg Lewis <glewis at FreeBSD.org> ---
Your previous examples look correct, IIRC.  A specification of "1.6+" means any
version of Java which is Java 6 or newer.  If a version of Java is not
installed that should result in it picking the default version of Java (if it
is newer than Java 6).

The concerning one is the example of apache-ant picking Java 6.  It should be
picking Java 8 if the specification is just "USE_JAVA=yes" since Java 8 is
currently the default version.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the freebsd-java mailing list