Kotlin REPLが起動しない

2022-10-27
※ 本サイトにはアフィリエイト広告が含まれます

"/Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java" -Dkotlin.repl.ideMode=true -Dfile.encoding=UTF-8 -classpath /Applications/Android Studio.app/Contents/lib/idea_rt.jar:/private/var/folders/_s/2j_9k0qn6mzdqm9xv40xxvp40000gn/T/classpath1585248407.jar com.intellij.rt.execution.CommandLineWrapper /private/var/folders/_s/2j_9k0qn6mzdqm9xv40xxvp40000gn/T/classpath1585248407.jar org.jetbrains.kotlin.cli.jvm.K2JVMCompiler
CommandLineWrapper is ill-suited for launching apps on Java 9+.
If the run configuration uses "classpath file", please change it to "@argfile".
Otherwise, please contact support.

Process finished with exit code 1

https://stackoverflow.com/a/69732505

この方法で行けた。

エラー出た状態でもう1回REPLを起動しようとすると、コンテキストを聞かれるので一番上を選択。

これで無事動いた。謎。



広告