- Scala Programming Projects
- Mikael Valot Nicolas Jorand
- 178字
- 2021-07-23 16:25:11
Installing the Java SDK
We are going to install the Oracle JDK, which includes a JVM and a Java compiler. On many Linux distributions, the open source OpenJDK is preinstalled. OpenJDK is fully compatible with the Oracle JDK, so if you already have it you do not need to install anything else to follow this book.
You might already have a Java SDK installed on your computer. We are going to check if this is the case. If you are using Windows, open a DOS Command Prompt. If you are using macOS or Linux, open a Terminal. After the prompt, type the following:
javac -version
If you have a JDK installed, the version of the installed compiler will be printed:
javac 1.8.0_112
If the version installed is greater than or equal to 1.8.0_112, you can skip the JDK installation. The version of Scala that we are going to use is compatible with JDK version 1.8 or 1.9.
If not, open the following URL, download the SDK for your platform, and follow the installation instructions given: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html.
- RCNP實(shí)驗(yàn)指南:構(gòu)建高級(jí)的路由互聯(lián)網(wǎng)絡(luò)(BARI)
- 物聯(lián)網(wǎng)短距離無線通信技術(shù)應(yīng)用與開發(fā)
- 網(wǎng)管員典藏書架:網(wǎng)絡(luò)管理與運(yùn)維實(shí)戰(zhàn)寶典
- Hands-On Chatbots and Conversational UI Development
- Proxmox High Availability
- Spring Cloud微服務(wù)架構(gòu)進(jìn)階
- 互聯(lián)網(wǎng)安全的40個(gè)智慧洞見:2014年中國(guó)互聯(lián)網(wǎng)安全大會(huì)文集
- 計(jì)算機(jī)網(wǎng)絡(luò)工程實(shí)用教程(第2版)
- 大話社交網(wǎng)絡(luò)
- Yii Application Development Cookbook(Second Edition)
- Microservice Patterns and Best Practices
- Master Apache JMeter:From Load Testing to DevOps
- SAE原理與網(wǎng)絡(luò)規(guī)劃
- 一本書讀懂TCP/IP
- 物聯(lián)網(wǎng)基礎(chǔ)及應(yīng)用