Reputation: 13
I have deployed my JBoss EAP version 6.1.0 in my Ubuntu with JDK version 7. Now what should I do to run the same JBoss version (i.e. 6.1.0) with JDK 8?
Upvotes: 0
Views: 822
Reputation: 16146
If you really insist on running Java 8 you will have to either switch to JBoss EAP 6.3.3+ or switch to WildFly 8+.
There is no support for Java 8 in EAP 6.1.
Upvotes: 1