[ Index ] [ Individual Project ] [ Placement Presentation ] [ Timetable ]

[ Index ] [ Research ] [ Schedule ]

Java Product Versioning Specification

Last Updated: 16th November 2001

This paper is part of the standard Java Standard Edition documentation. At the time of this writing it hasn't changed from 1.3 to 1.4, hopefully this will remain the same so any assumptions in previous work will still stand.

Notes

Quotes

"These probelms cannot be prevented or solved directly because they arise out of inconsistencies between dynamically loaded packages that are not under control of a single system administrator and so cannot be addressed by current configuration management techniques."

Extracts

Example manifest entry:

Manifest-version: 1.0
Name: java/util/
Specification-Title: "Java Utility Classes"
Specification-Version: "1.2"
Specification-Vendor: "Sun Microsystems Inc.".
Implementation-Title: "java.util"
Implemenation-Version: "build57"
Implementation-Vendor: "Sun Microsystems. Inc."


Miles Barr <miles@milesbarr.com>