IntelliJ IDEA Scala development environment¶
The IntelliJ IDEA Scala development environment refers to the specific software configuration required to successfully compile Scala projects, as version compatibility is a critical factor.^[600-developer-big-data-scala-scala-01.md]
Supported Versions¶
The following versions of the development tools are explicitly verified to work together:
- Scala:
scala-2.12.7 - Java Development Kit (JDK):
jdk-1.8.0_181 - IntelliJ IDEA:
idea 2018.2.2^[600-developer-big-data-scala-scala-01.md]
Version Compatibility¶
Adhering to these specific versions is crucial; discrepancies in versions—even minor ones—can result in the inability to compile the project class files successfully.^[600-developer-big-data-scala-scala-01.md]
Sources¶
^[600-developer-big-data-scala-scala-01.md]