wrapper stopped 是什么原因
wrapper ?| --> Wrapper Started as Console
wrapper ?| Launching a JVM...
jvm 1 ? ?| Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
jvm 1 ? ?| ? Copyright 1999-2006 Tanuki Software, Inc. ?All Rights Reserved.
jvm 1 ? ?|
jvm 1 ? ?| WrapperSimpleApp: Unable to locate the class org.apache.activemq.cons
ole.Main: java.lang.UnsupportedClassVersionError: org/apache/activemq/console/Ma
in : Unsupported major.minor version 52.0
jvm 1 ? ?|
jvm 1 ? ?| WrapperSimpleApp Usage:
jvm 1 ? ?| ? java org.tanukisoftware.wrapper.WrapperSimpleApp {app_class} [app_a
rguments]
jvm 1 ? ?|
jvm 1 ? ?| Where:
jvm 1 ? ?| ? app_class: ? ? ?The fully qualified class name of the application t
o run.
jvm 1 ? ?| ? app_arguments: ?The arguments that would normally be passed to the
jvm 1 ? ?| ? ? ? ? ? ? ? ? ? application.
wrapper ?| <-- Wrapper Stopped
2017-08-28
下載不了包可以嘗試添加一個阿里的maven鏡像庫
2017-08-25
貌擬 版本問題。 最新版的activemq需要1.8的java版本支持
2017-08-25
已解決 謝謝老師 ?但是我添加activemq的依賴文件報錯添加不進去是什么原因?
<dependency>
? ? ? <groupId>org.apache.activemq</groupId>
? ? ? <artifactId>activemq-all</artifactId>
? ? ? <version>5.15.0</version>
? ? </dependency>