3

I am a beginner in scala, I just installed it, but after installation I couldn't use it on netbeans, despite I have already integrated and I didn't find it on my list of projects creation. any idea please![enter image description here]1

Adlan Kadri
  • 61
  • 1
  • 9
  • Have a look at [how-do-i-add-the-scala-platform-in-netbeans](https://stackoverflow.com/questions/23702568/how-do-i-add-the-scala-platform-in-netbeans/23702839#23702839) – Germán Bouzas Jul 11 '17 at 14:42

1 Answers1

3

You have to install the latest version of netbeans 8.2 giving in this link, you can also use the Scala IDE or the inteliJ IDEA IDE which have an integrated support for scala language

Please refer to the official web site for more information

If you still want to use your version of Netbeans, it's very simple you just have to install the necessary plugins and the scala option will be one of list of choices when you create a new Project.

Hope this helps. Best Regrards

Haroun Mohammedi
  • 2,404
  • 12
  • 25
  • You tell the OP to install the "necessary" plugins. I believe that was exactly what he was asking for when he asked the question – Gozie Oct 02 '18 at 00:02