defects4j compile error
this is my java version openjdk version "11.0.19" 2023-04-18 OpenJDK Runtime Environment (build 11.0.19+7-post-Ubuntu-0ubuntu118.04.1) OpenJDK 64-Bit Server VM (build 11.0.19+7-post-Ubuntu-0ubuntu118.04.1, mixed mode, sharing)
It is still reporting the following error.
[javac] warning: [options] bootstrap class path not set in conjunction with -source 5 [javac] error: source option 5 is no longer supported. Use 6 or higher. [javac] error: target option 1.5 is no longer supported. Use 1.6 or higher
Unfortunately, this is not enough information for us to help you. A bug report should contain:
- a complete set of commands to reproduce the problem, that can be cut-and-pasted into a shell. The first command should be one that downloads or clones Defects4J.
- the complete output.
@Judgh Defects4J v2 (current version) requires Java 8. Defects4J v3 (to be released soon) will support Java 11.