Find every release that modified a specific standard
Press Enter or click Find
Enter a standard number above (e.g. 711, 1207, 379) to see every release date it was modified.
Click any section to filter the Change Log to releases affecting that section.
🖥 OHCS Reference — Java Desktop App
Single-file Java Swing application. All 103 release entries embedded — no internet or database needed.
Runs on Windows, macOS, and Linux wherever Java 8+ is installed.
Features: sortable change log, standard-number lookup, section browser, and PDF open support.
Requires Java JDK 8 or later. On macOS, check with javac -version in Terminal. If needed, install via Adoptium (free) or Homebrew (brew install openjdk).
# Step 1 — Verify javac is available javac -version