Are early versions of Java language specifications and VM specifications available online?

Oracle has the latest versions of the java specifications at http://docs.oracle.com/javase/specs/ , but I could not find older versions. Are they archived anywhere?

+3
source share
2 answers

If you are still interested - I had the same problem and I found the old specifications using waybackmachine, for example, JLS 1st edition here:

http://web.archive.org/web/20041208124545/http://java.sun.com/docs/books/jls/first_edition/html/index.html

Downloading PDF versions failed, but I can display online versions of HTML.

+2
source
+1

All Articles