書名: Kotlin for Enterprise Applications using Java EE作者名: Raghavendra Rao K本章字?jǐn)?shù): 96字更新時(shí)間:
Getting started with Kotlin
Before installing Kotlin, we need to have JDK installed, as Kotlin relies on JDK.
In this course, we will be using OpenJDK. OpenJDK can be downloaded from http://jdk.java.net/. Alternatively, we can use Oracle JDK, which can be downloaded from http://www.oracle.com/technetwork/java/javase/downloads/index.html.
After installing the JDK, set the PATH variable to include the JDK installed and we can check its version using the java --version command.
Once we have JDK installed, we need to set up Kotlin. We will look at how to install it in the following section.
推薦閱讀
- 計(jì)算思維與算法入門
- Django:Web Development with Python
- Java游戲服務(wù)器架構(gòu)實(shí)戰(zhàn)
- RTC程序設(shè)計(jì):實(shí)時(shí)音視頻權(quán)威指南
- Python機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- Backbone.js Blueprints
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- Python編程實(shí)戰(zhàn)
- 自制編程語言
- Django 3.0入門與實(shí)踐
- Mastering AWS Security
- BeagleBone Robotic Projects(Second Edition)
- Visual Basic語言程序設(shè)計(jì)基礎(chǔ)(第3版)
- Elasticsearch搜索引擎構(gòu)建入門與實(shí)戰(zhàn)
- Python程序員面試算法寶典