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

Поділитися
Вставка
  • Опубліковано 6 кві 2022
  • 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.
    #Kotlin Compiler Release Github - github.com/JetBrains/kotlin/r...
    #Java JDK Download link - www.oracle.com/java/technolog...

КОМЕНТАРІ • 19

  • @15sec90
    @15sec90  Рік тому

    Kotlin compiler download link: github.com/JetBrains/kotlin/releases/download/v1.7.10/kotlin-compiler-1.7.10.zip

  • @peterokoye5115
    @peterokoye5115 11 місяців тому

    REALLY HELPFUL AND STRAIGHTFORWARD!

  • @mwahajsajidali5799
    @mwahajsajidali5799 11 місяців тому

    Thanks buddy it's worked!

  • @t.m.3821
    @t.m.3821 5 місяців тому

    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

  • @Shubh-paul
    @Shubh-paul Рік тому +1

    Thank you brother 🥺

  • @user-fk6ot8lh8h
    @user-fk6ot8lh8h 9 місяців тому

    thank you so much dude

  • @ramirami3548
    @ramirami3548 Рік тому

    thank u so much it works

  • @aryogmr97
    @aryogmr97 Рік тому

    great

  • @icoramirez
    @icoramirez 3 місяці тому

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

  • @aleksandrnikolaev2914
    @aleksandrnikolaev2914 Рік тому

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

  • @priyanshsingh4322
    @priyanshsingh4322 3 місяці тому +1

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

    • @priyanshsingh4322
      @priyanshsingh4322 3 місяці тому

      I figured it out thanks for this video keep it up ❤

    • @qxclw
      @qxclw 2 місяці тому

      how did you fixed it mate?

  • @Tenku97
    @Tenku97 Рік тому

    cant find kotlinc file, where did you get it?

    • @15sec90
      @15sec90  Рік тому

      you will find it in the same location where you will extract the file.

  • @itsiredoblado1935
    @itsiredoblado1935 Рік тому

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

    • @15sec90
      @15sec90  Рік тому

      Go to this link and download the compiler. Then extract it. Now, you will get the kotlinc folder. github.com/JetBrains/kotlin/releases/download/v1.7.10/kotlin-compiler-1.7.10.zip

  • @layvimol
    @layvimol 11 місяців тому

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

    • @15sec90
      @15sec90  11 місяців тому

      Okay, first make sure that you've installed java jdk on your computer. You can check this by running the command java -version in your command prompt. Then click to that following link. The download process will be start and when the download will be complete, just extract it. github.com/JetBrains/kotlin/releases/download/v1.9.0/kotlin-compiler-1.9.0.zip
      Once the extraction will be done you will find a folder name "kotlinc", then click on that following folder, then click on bin, and copy the whole path. Now go to environment variables and under user variable, click on path, then click on edit, then click new and the paste the path here. now run kotlin -version in command prompt. i hope your problem will be fix.