0

I am looking which version is latest and from where to download it.I know the already answered link Where to Download java-ee.jar? but here I am looking > 7.0 version

Community
  • 1
  • 1
user3189384
  • 53
  • 1
  • 8

3 Answers3

0

You can see all the versions here and download which ever you want.

A.v
  • 734
  • 5
  • 26
0

For now the latest is 7.0 . You can find links in thread you linked.

Or to add dependancy: http://search.maven.org/#artifactdetails%7Cjavax%7Cjavaee-api%7C7.0%7Cjar

0

Java EE 7.0 is the latest version of Java EE. You won't find Java EE 8.0 API jar files1, 2 because the Java EE 8.0 JSR has not been finalized yet.


1 - At this point in time, you can possibly obtain API jars if you have contacts with "inside knowledge". However those jars aren't definitive at this point in time.

2 - Obviously, this answer will be incorrect at some point in the future. Maybe Q3 2016 if they stick to the proposed timeline.

Stephen C
  • 698,415
  • 94
  • 811
  • 1,216