Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Orbit EBR - problem

On 12/08/2015 11:33 AM, Philip Wenig wrote:
java.lang.UnsupportedClassVersionError: org/eclipse/ebr/maven/EclipseIpInfoMojo : Unsupported major.minor version 52.0

Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T13:57:37+02:00)
Maven home: /opt/Maven/apache-maven-3.3.3
Java version: 1.7.0_91, vendor: Oracle Corporation
Make sure Maven uses Java 8, currently it's using Java 7.
It's most likely because your JAVA_HOME is linking to your Java 7 installation, or because it's not set and Java 7 is the default. Setting your JAVA_HOME to Java 8 installation should be enough.

--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top