書名: Kotlin for Enterprise Applications using Java EE作者名: Raghavendra Rao K本章字數: 96字更新時間: 2021-06-10 18:49:17
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.
推薦閱讀
- Getting Started with Gulp(Second Edition)
- 認識編程:以Python語言講透編程的本質
- Learning SAP Analytics Cloud
- VMware vSphere 6.7虛擬化架構實戰指南
- MATLAB定量決策五大類問題
- 概率成形編碼調制技術理論及應用
- Android項目實戰:手機安全衛士開發案例解析
- Visual C#.NET Web應用程序設計
- RubyMotion iOS Develoment Essentials
- Unity Character Animation with Mecanim
- 深入理解BootLoader
- 軟件測試項目實戰之功能測試篇
- Python從入門到項目實踐(超值版)
- Building Web Applications with Flask
- Python服務端測試開發實戰