joernio / joern

Open-source code analysis platform for C/C++/Java/Binary/Javascript/Python/Kotlin based on code property graphs. Discord https://discord.gg/vv4MH284Hc
https://joern.io/
Apache License 2.0
1.99k stars 269 forks source link

Scaladoc generation failed #1525

Closed Kanbe-Kotori closed 2 years ago

Kanbe-Kotori commented 2 years ago

https://pastebin.com/yyHhCJXf

mpollmeier commented 2 years ago

joern requires java 11, but your sbt output shows that you're using java 8:

PS E:\Dev\Java\Joern\joern> sbt stage
[info] welcome to sbt 1.6.2 (Oracle Corporation Java 1.8.0_301)

https://github.com/joernio/joern#requirements

Please either set your JAVA_HOME to java 11, or pass a java 11 home to sbt, e.g. sbt -java-home /path/to/jdk11

Kanbe-Kotori commented 2 years ago

Solved