You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
activemq-cli uses the JavaAppPackaging sbt plugin for generating platform specific launch scripts. I have created a new issue in the git repo of this plugin.
Until this is fixed: the plugin documentation states you can skip the java version check by providing the option -no-version-check to the launch script. This might work for you.
xxxx@xxxx ~ $ /opt/activemq-cli/activemq-cli-0.5.0/bin/activemq-cli
The java installation you have is not up to date
requires at least version 1.6+, you have
version 10.0.2
Please go to http://www.java.com/getjava/ and download
a valid Java Runtime and install before running .
xxxx@xxxx ~ $ java -version
openjdk version "10.0.2" 2018-07-17
OpenJDK Runtime Environment (build 10.0.2+13)
OpenJDK 64-Bit Server VM (build 10.0.2+13, mixed mode)
The text was updated successfully, but these errors were encountered: