Java JDK[for Kotlin] ]software installation

1) Java JDK[for Kotlin]
2)IntelliJ Idea


Kotlin requires jvm to execute its program so we need to have java Jdk that contains compiler, interpreter and also java run time environment to execute kotlin program.

Installing Java Jdk for windows

Search java jdk downlod in google like bellow




Select that top link from afficial website of oracle.com.and select standard edition of jdk like given bellow


Now you can accept the licence and based on your bit os(32bit or 64 bit you can know it by opening the mycomputer properties) you can download  java jdk exe file


Now go to down load folder and double click on setup file to install java jdk in your machine  by following the given instructions




by clicking next you can finish the java installation

you can verify the java is installed properly or not by using the following steps

Open command prompt and go to installed path
Type the command java. If it is installed it will display the details like bellow

If you get the window like above the jdk installation was completed



Comments