opalj/opal

Compiling the java test fixture failed

mohPYdev opened this issue · 1 comments

I encountered a compilation error while trying to build the project. Here are the details:

environment:

  • Java 11
  • SBT 1.6.2 (increased heap size to 12GB)
  • Scala 2.12.15

I followed the instructions mentioned in your README file. the result of " sbt cleanBuild" is the following error:

log.txt

Error message:
Compiling the java test fixture failed

errt commented

From your log, it is clear that Java 16 is now required to build the test fixtures. We will update the readme accordingly. Thanks for reporting.

Note that we are also using Scala 2.13(.11) now, but that should not be a problem as sbt should download the correct version automatically.