I am trying to use IntelliJ Idea Scala plugin, but it says it wants scala-library-src.jar, scala-swing-src.jar, scala-dbc-src.jar. Where can I download these files? I use Scala
Go to http://scala-lang.org/files/archive/ and find the version you want that ends in .zip. Get that and extract it.
If you get the msi file then it doesn't install the src dir, but the zip does contain src.
Get them from the Scala Maven repo at https://oss.sonatype.org/content/groups/scala-tools/.
In particular, https://oss.sonatype.org/content/groups/scala-tools/org/scala-lang/ has all the Scala library jars.