Install Java JDK and Kotlin Compiler on Windows 10 | Setup VS Code for Kotlin Programming Language

preview_player
Показать описание
JDK in Java is an abbreviation for Java Development Kit. It is a bundle of software development tools and supporting libraries combined with the Java Runtime Environment (JRE) and Java Virtual Machine (JVM). The Kotlin compiler for JVM compiles Kotlin source files into Java class files. The command-line tools for Kotlin to JVM compilation are kotlinc and kotlinc-jvm . You can also use them for executing Kotlin script files. If you want to run Java on your computer, then you need to Install Jdk, and also if you want to run Kotlin on your computer you also need to install the Kotlin compiler.
So, in this video, I'm going to show you how you can install JDK and Kotlin Compiler on Windows 10. Also, I will show you how to set up vs code to run Kotlin programming language. I hope this video will help you perfectly.

Рекомендации по теме
Комментарии
Автор

How does this not have more views? Started thinking about learning kotlin and use it with vscode just recently and havn't found good instructions, until now. thanks mate

t.m.
Автор

After writing javac -version I'm getting 'javac' is not recognized as an internal or external command,
operable program or batch file.

icoramirez
Автор

this is all clear, but how to run a debugger?

aleksandrnikolaev
Автор

for kotlin it is showing invalid while i am unzipping the file please help

priyanshsingh
Автор

cant find kotlinc file, where did you get it?

Tenku
Автор

dont work. waste of time. cant find kotlinc on extracted folder.

itsiredoblado
Автор

when i command " Kotlinc -version " on my cmd, it said " Error: Could not find or load main class
Caused by: " and can you teach how to run the app to demo android emulator when we do development too.

layvimol