Open In App

How to Install Scala on Netbeans in Linux?

NetBeans is Oracle’s community-based Integrated Development Environment (IDE) for a variety of software development interests including Java, PHP, etc. It requires a JDK installation. Originally designed in Switzerland, Scala was released to the public in 2004 to address Java’s famous verbosity Its focus is on both object-oriented and functional programming, and this is reflected in the hybrid approach of the standard library. 

Prerequisite to Install Scala on NetBeans

Downloading Netbeans

 To download NetBeans IDE in your system go with the below link, 



https://netbeans.apache.org/

To download Scala in your system go with the below link, 



https://www.scala-lang.org/download/

How to Install Scala on NetBeans?

Step 1: After installing Scala extract this into the program file.

 

Step 2: Now go to your NetBeans folder -> bin -> open the NetBeans file.

 

 

Step 3: Set up the environment to get Scala by giving the command with the right path, name, and version of Scala which is to export SCALA_HOME=$HOME/Programs/scala-2.11.12.final and save.

 

Step 4: In order to install Scala plugins you need to go to get the Scala plugins binary form from this link and download the zip and extract it on your desktop.

https://github.com/dcaoyuan/nbscala

 

Step 5: Now open NetBeans ide.

 

Step 6: Now go to the tools option in NetBeans click plugins -> downloaded -> add plugins -> go to desktop and copy all the files and open.

 

 

Step 7: Just click on install.

 

Step 8: Now create your project with the Scala application by clicking on new projects.

 

Scala on NetBeans 11

This all the steps for installing Scala on NetBeans by following these simple steps you can successfully install it on the system as well.

Article Tags :