- Hands-On Data Analysis with Scala
- Rajesh Gupta
- 155字
- 2021-06-24 14:51:04
Installing Scala on your computer
An excellent resource for Scala installation on your computer is the Scala official page at https://www.scala-lang.org/download/. It mentions how important it is to make sure that Java JDK 8 is installed on your machine. This can be checked by running the following command:
$ java -version
If it is missing or if you have an older version of JDK, please follow the instructions on Java SE downloads from https://www.oracle.com/technetwork/java/javase/downloads/index.html for your OS. Open JDK (http://openjdk.java.net/install/) is another resource for installing JDK.
Please note that a higher version of Java might work fine as well; however, the examples provided in this book have only been tested on Java 8.
A successfully installed JDK 8 should output something similar to the following code:
$ java -version
java version "1.8.0_181"
Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)
$ javac -version
javac 1.8.0_181
推薦閱讀
- 電氣自動化專業英語(第3版)
- 數據挖掘實用案例分析
- RPA(機器人流程自動化)快速入門:基于Blue Prism
- Implementing Oracle API Platform Cloud Service
- Learning C for Arduino
- 嵌入式操作系統
- 嵌入式操作系統原理及應用
- 格蠹匯編
- Bayesian Analysis with Python
- Mastering Geospatial Analysis with Python
- 空間機器人
- Unreal Development Kit Game Design Cookbook
- 機器學習案例分析(基于Python語言)
- 納米集成電路制造工藝(第2版)
- 微控制器的選擇與應用