maydemirx / moquette-mqtt

Automatically exported from code.google.com/p/moquette-mqtt
Apache License 2.0
0 stars 1 forks source link

UnitTest error: Unsupported major minor version 51.0 by compiling on mac os x #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. By run mvn clean package, I got the following error:
Tests in error: 
  initializationError(org.dna.mqtt.moquette.server.ServerIntegrationWebSocketTest): org/eclipse/jetty/websocket/client/WebSocketClient : Unsupported major.minor version 51.0
2. Tested on mac os x
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
snapshot 0.7
Mac os x

Please provide any additional information below.

Original issue reported on code.google.com by sipai...@gmail.com on 14 Oct 2014 at 9:03

GoogleCodeExporter commented 8 years ago
Please delete this issue.

Original comment by sipai...@gmail.com on 14 Oct 2014 at 12:33

GoogleCodeExporter commented 8 years ago
Hi 
this seems a problem with the version of java, 51 means JRE 1.7, it's look like 
you have a previous version on your system (es JRE 1.6) and some library are 
compiled with 1.7.

 Andrea

Original comment by selva.an...@gmail.com on 22 Oct 2014 at 9:41