[Solved] “Java is not recognised as an internal or external command” in vs code even though I am trying to use kotlin. I properly set the path also
This error occurs because you have not installed the Java JDK. How to use Kotlin in VS code First you need to install the following programs on your machine Install Java JDK on the computer system Install Kotlin on your computer system VS code install plugin Kotlin Language VS code install plugin Code Runner installation … Read more