Changeset 7621


Ignore:
Timestamp:
Mar 4, 2019, 11:55:24 AM (5 years ago)
Author:
Nicklas Nordborg
Message:

References #2138: Officially support Java 11 (or later)

Updated to Java 11 in eclipse classpath files. Requries at least Eclipse 2018-12. All seems good but we get a few deprecation warnings, most of them related to Object.finalize().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r7606 r7621  
    3535  <classpathentry kind="lib" path="lib/dist/bcprov-jdk15on-160.jar"/>
    3636  <classpathentry kind="lib" path="lib/dist/json-simple-1.1.1-1.jar"/>
    37   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
     37  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
     38    <attributes>
     39      <attribute name="module" value="true"/>
     40    </attributes>
     41  </classpathentry>
    3842  <classpathentry kind="output" path="xbin"/>
    3943</classpath>
Note: See TracChangeset for help on using the changeset viewer.