tags:

views:

60

answers:

3

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
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
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
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
@Ivan - Ah, I didn't realize Arch had picked up 2.8 in its repository already.
Rex Kerr