When creating a new Scala project using IntelliJ, i get the scaladoc warning.
How can this be rectified please?
To add Scala support to existing module:Right-click the module in Project View, choose “Add Framework Support…” Check “Scala” in technologies list (unavailable if module has Scala facet attached) Provide a path to Scala installation (if not detected)
IntelliJ IDEA enables creation of JAR as an artifact of a project. Do the following steps. From the Project Structure window, navigate to Artifacts > the plus symbol + > JAR > From modules with dependencies.... In the Create JAR from Modules window, select the folder icon in the Main Class text box.
I'll go ahead and answer my own question here
mkdir scaladoc
to create /Library/Scala/2.10.0-RC2/scaladoc
)You can quickly verify installation by typing
object Main extends App {
}
Once you Ctrl+J on the App
, you should see the scaladoc which matches the online version
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With