I'm starting with kotlin on windows, I'm following the steps of Working with the Command Line Compiler
And I get the following error after trying to compile(and add the bin directory in the path of my system):
Comand compile:
$ kotlinc hello.kt -include-runtime -d hello.jar
Error:
""Java"" is not recognized as an internal or external command, program or batch file
in my windows CMD.
I need to have java installed on my pc. To start with kotlin?