- 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
推薦閱讀
- Deep Learning Quick Reference
- Learning Microsoft Azure Storage
- 數據庫原理與應用技術
- PostgreSQL Administration Essentials
- 機器學習流水線實戰
- 大數據技術與應用
- Linux服務與安全管理
- Google SketchUp for Game Design:Beginner's Guide
- Microsoft System Center Confi guration Manager
- 精通LabVIEW程序設計
- PowerMill 2020五軸數控加工編程應用實例
- 典型Hadoop云計算
- 電動汽車驅動與控制技術
- 簡明學中文版Flash動畫制作
- Oracle 11g Anti-hacker's Cookbook