defects4j icon indicating copy to clipboard operation
defects4j copied to clipboard

defects4j compile error

Open Judgh opened this issue 1 year ago • 2 comments

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

Judgh avatar Apr 29 '24 10:04 Judgh

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.

mernst avatar Apr 29 '24 17:04 mernst

@Judgh Defects4J v2 (current version) requires Java 8. Defects4J v3 (to be released soon) will support Java 11.

rjust avatar May 09 '24 17:05 rjust