soot icon indicating copy to clipboard operation
soot copied to clipboard

"Invalid target release 14" error occurs when I tried to build the develop version of soot

Open buriedpot opened this issue 4 years ago • 1 comments

Hello.

My jdk and jre version has been set to 1.8 (1.8.0_144): image

And I observed that the java version has been specified in the pom file of soot in its develop branch version: image

But when I tried to execute "mvn install -Dmaven.test.skip=true", the error occurs:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project soot: Fatal error compiling: Invalid target release : 14 -> [Help 1]

How can I solve the problem?

buriedpot avatar Dec 02 '21 01:12 buriedpot

what is the output of echo %JAVA_HOME%?

anddann avatar Dec 30 '21 15:12 anddann