netbeans - How to add Scala Platform to nebeans 8 -
I'm trying to use Netbeans 8.01 with Scala, and it can not get "Scala Platform". I am using Windows8.1 x 64 I follow and I have also read it but it does not work
I follow the path Tools -> Scala platform And I have an error: does not have a scala platform in the specified folder .
I try to add a new platform but Netbeans do not find Scala platforms. Finally I try with Scala and this is work.
So, what is the bug present in Netbeen or should I do something else? Can anyone straighten me?
Thanks
I got the solution I "- J-Dscala Home = C: \ Program Files (x86) \ scala "
to add NetBeans / etc / netbeans.conf
.
Now I can run a Scala program.
However, if you want to call the Scala program in Netbeen with Java code, there are two ways
- You have to create a Maven project
- A jar Add Package Scale Code and this Jar to Java Project
Comments
Post a Comment