Yuri created OPENMEETINGS-2211:
----------------------------------
Summary: bin/startup.sh uses the default Java version and not Java
which is has been built with
Key: OPENMEETINGS-2211
URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2211
Project: Openmeetings
Issue Type: Bug
Reporter: Yuri
Assignee: Maxim Solodovnik
On FreeBSD I have a default Java version 8 with executable in /usr/local/bin,
but OpenMeetings was built with Java 11 from /usr/local/openkdk11.
However, bin/startup.sh still uses /usr/local/bin/java and fails with some
error.
Expected behavior: Build should memorize what Java was used and use the same
version from bin/startup.sh, unless the user explicitly requires some other
version (via JAVA_HOME or JRE_HOME).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)