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 2.8.
+1
A:
Get them from the Scala Maven repo at http://scala-tools.org/repo-releases/.
In particular, http://scala-tools.org/repo-releases/org/scala-lang/ has all the Scala library jars.
abhin4v
2010-09-17 21:38:38
A:
They're included in the main distribution zip, under the src/ folder http://www.scala-lang.org/downloads
Looks like this page has a link for downloading just the sources as well.
Adam Rabung
2010-09-18 01:47:25
A:
You already have those files if you use Scala 2.8. Find out where you have Scala installed. Those files are in the lib directory.
Rex Kerr
2010-09-18 04:18:47
Search couldn't find them. I use Arch Linux and have installed Scala from the repo and it works. I think sources were not included as they are not needed generally.
Ivan
2010-09-19 11:27:36
@Ivan - Ah, I didn't realize Arch had picked up 2.8 in its repository already.
Rex Kerr
2010-09-19 17:22:15