[Bug 239892] www/tomcat9: Support Java 9+
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 18 03:10:34 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239892
--- Comment #8 from VVD <vvd at unislabs.com> ---
I found other way to check java version:
> java -version 2>&1 | awk -F '"' '/version/ {print $2}'
What is more correct way?
> java -version 2>&1 | head -1 | sed -e 's/[^"][^"]*\"\([^\"]*\)\".*/\1/'
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list