select jdk manuallly
Closed this issue · 2 comments
weifeng233 commented
i have multiple versions of jdk on my computer, and default is jdk18(i have to use this version for other apps), but the toolchain use java command directly, which will cause error
so maybe it can let user to select the right version jdk's path or download jdk1.8 when installing toolchain
MaXFeeD commented
Have you seen #unsupported-class-file-version-550 in FAQ? If yes, how this should working? We are using gradlew, that is usually uses your IDE java
.
weifeng233 commented
get it, sorry it`s my problem, thank you