rjust / defects4j

A Database of Real Faults and an Experimental Infrastructure to Enable Controlled Experiments in Software Engineering Research
MIT License
684 stars 297 forks source link

defects4j compile error #561

Open Judgh opened 2 months ago

Judgh commented 2 months ago

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

mernst commented 2 months ago

Unfortunately, this is not enough information for us to help you. A bug report should contain:

rjust commented 2 months ago

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