zheka2304/innercore-mod-toolchain

select jdk manuallly

Closed this issue · 2 comments

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

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.

get it, sorry it`s my problem, thank you