Table of Contents
Firstly confirm that the JAVA_HOME environment variable is set correctly by typing the following at the command prompt:
echo %JAVA_HOME%
If JAVA_HOME is set you will see something similar to the following:
c:"\PROGRA~1"\Java\jdk1.8.0_121\
Then confirm that a Java installation (1.8 or higher) is available:
java -version
If java is available on the path, output similar to the following will be seen:
java version "1.8.0_121-b13" Java(TM) SE Runtime Environment (build 1.8.0_121-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
Firstly confirm that the JAVA_HOME environment variable is set correctly by typing the following at the command prompt:
echo $JAVA_HOME
If JAVA_HOME is set you will see something similar to the following:
/usr/java/jdk1.8.0_121
Then confirm that a Java installation (1.8 or higher) is available:
java -version
If java is available on the path, output similar to the following will be seen:
java version "1.8.0_121-b13" Java(TM) SE Runtime Environment (build 1.8.0_121-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
Apache Qpid, Messaging built on AMQP; Copyright © 2015 The Apache Software Foundation; Licensed under the Apache License, Version 2.0; Apache Qpid, Qpid, Qpid Proton, Proton, Apache, the Apache feather logo, and the Apache Qpid project logo are trademarks of The Apache Software Foundation; All other marks mentioned may be trademarks or registered trademarks of their respective owners