SikanderAhmed
SikanderAhmed

Reputation: 371

How to know the j2ee version?

We are using Jboss5 GA Application server. Now the problem is Client is saying JDK we are using is 1.6 but j2ee version is 1.4. Can someone help me on these points below:

1 - Where do we define the j2ee version?

2 - how to check the J2EE version of any running application?

Upvotes: 2

Views: 6354

Answers (1)

Peter Wroblewski
Peter Wroblewski

Reputation: 314

You can check in jboss documentation which version of j2ee uses specific container(e.g jboss5 ga application server). Some part of j2ee components version and also java version you can check in properties -> project facets. Maybe you just need change your jboss lunch configuration e.g set different jdk location.

Upvotes: 1

Related Questions