I want to change my default Scala platform to netbeans under
tools->scala platforms
I canβt remove the default platform, and I canβt define another default platform, just extra!
The default platform path does not work (error), and somehow it does not find Scala when copying the Scala platform to the default platform path.
Is there a way to do this in NetBeans or in NetBeans configuration files?
Thanks for any help!
Answer (Max. OSX):
Switch to
/installation/path/NetBeans xyapp/Contents/Resources/NetBeans/etc/netbeans.conf
change netbeans_defaut_options:
netbeans_default_options="..... -J-Dscala.home=/scala/installation/path/scala-xxxy"
source share