我开始在Windows上使用kotlin,我正在按照步骤进行操作 Working with the Command Line Compiler
尝试编译后我收到以下错误(并在我的系统路径中添加bin目录):
Comand compile :
$ kotlinc hello.kt -include-runtime -d hello.jar
错误:
""Java"" is not recognized as an internal or external command, program or batch file
在我的Windows CMD中。
我需要在我的电脑上安装java。从kotlin开始?
答案 0 :(得分:0)
在开发计算机上安装Java 8 JDK(而不是JRE),因为它是运行Kotlin编译器的先决条件,也适用于任何Java或Kotlin应用程序。对于大多数平台,您可以使用Oracle JDK,对于Linux平台,您可以使用OpenJDK。