Premanand K
Premanand K

Reputation: 632

Jboss eap7.0 supported with JDK 7 or 8

I am trying to do Jboss eap7.0 setup in my system, when starting the server getting error

"MAJOR.MINOR VERSION 52.0"

My code build with jdk 7, is this error because of jdk compactability or any other configuration issue. please help

Upvotes: 0

Views: 4509

Answers (3)

hagrawal7777
hagrawal7777

Reputation: 14668

For future visitors:

Refer to this article.

Even better - I would say best is to Google this search string "Red Hat JBoss Enterprise Application Platform (EAP) 7 Supported Configurations" so that you would get the latest article

Upvotes: 0

Anup Dey
Anup Dey

Reputation: 874

JBoss EAP 7.0 supports:

Java Virtual Machine Version

OpenJDK 1.8 (Red Hat limits support of OpenJDK to Red Hat Enterprise Linux.)

Oracle JDK 1.8

IBM JDK 1.8

HP JDK 1.8 (Support for the HP JDK 1.8 was added with EAP version 7.0)

Azul Zing JDK 1.8

Azul Zulu 1.8

Upvotes: 3

Khalil M
Khalil M

Reputation: 1858

52.0

just means you have to upgrade to java SE 8

Upvotes: 0

Related Questions