diff options
author | Sven Gothel <[email protected]> | 2023-01-14 17:42:47 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-14 17:42:47 +0100 |
commit | ef21430be4da6f4fe95e99e2dd492074776e55f6 (patch) | |
tree | 44f92aee4f672a4358200a0d5b96cad62be58d6d /.classpath | |
parent | f41dbbef593d037b45517665f3eb7940f8c0b1c5 (diff) |
Eclipse: Use JDK 1.8.0 JRE container to avoid Java 11 modules
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,11 +23,11 @@ <classpathentry kind="src" path="test/junit"/> <classpathentry kind="src" path="jcpp/src/main/java"/> <classpathentry kind="src" path="jcpp/src/test/java"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/> <classpathentry kind="lib" path="make/lib/antlr.jar" sourcepath="make/lib/antlr-src.zip"/> <classpathentry kind="lib" path="make/lib/junit.jar" sourcepath="make/lib/junit-sources.jar"/> <classpathentry kind="lib" path="make/lib/semantic-versioning/semver.jar" sourcepath="make/lib/semantic-versioning/semver-src.zip"/> <classpathentry kind="lib" path="make/lib/android-sdk/24/android.jar" sourcepath="make/lib/android-sdk/24/android-java-src.zip"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_121"/> <classpathentry kind="output" path="build/eclipse-classes"/> </classpath> |