Reputation: 8729
Where can I download the API doc for Java EE 5?
All I can get my hands on is the online API doc at : http://download.oracle.com/javaee/5/api/
Upvotes: 0
Views: 7978
Reputation: 11
The problem with all these links, including the standard one on the downloads page, is that Oracle has busted them by replacing them with a redirect to the following page:
http://www.oracle.com/technetwork/indexes/downloads/sdlc-decommission-333274.html
For whatever reason they've obscured the link to this particular download, even though the docs for earlier versions than this are still available.
So what I think everyone's really wondering is...is there someplace to get it other than from Oracle, since you can't get it there anymore.
Upvotes: 1
Reputation: 266
Click the Download the Java EE 5 API Specifications in Java EE APIs & Docs.
You will find other useful documents in this page, too.
Upvotes: 0
Reputation: 308249
Update: I accidentally linked to the Java EE 6 documentaton. The Java EE 5 documentation can be found here. The relevant link is labeled "API documentation (Javadocs)".
Visit the Java EE Download site and scroll down to "Component Downloads". There's "Java EE 6 API Update 2 Documentation" with a Download button right next to it.
Upvotes: 4
Reputation: 240966
java_ee_sdk-5_03-javadocs.zip , or manually select from this page
Upvotes: 1