Ignore:
Timestamp:
2022-10-24T19:55:28+02:00 (3 years ago)
Author:
taylor.smock
Message:

See #17858: start linking to Java 17 for Java updates.

The link for the Java download page now goes to azul.com, and attempts to pre-fill as
much of the download form as possible.

This also adds a method to warn users running Java 10 or earlier that their version
of Java will soon be unsupported by JOSM. This only affects users using Java 10 or
earlier if they are not running JOSM using WebStart.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/PlatformHookUnixoid.java

    r18211 r18580  
    189189        } else if (home.contains("java-11-openjdk")) {
    190190            return getPackageDetails("openjdk-11-jre", "java-11-openjdk");
     191        } else if (home.contains("java-17-openjdk")) {
     192            return getPackageDetails("openjdk-17-jre", "java-17-openjdk");
    191193        } else if (home.contains("java-openjdk")) {
    192194            return getPackageDetails("java-openjdk");
Note: See TracChangeset for help on using the changeset viewer.