summaryrefslogtreecommitdiff
path: root/src/eclipse/README.md
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2013-06-16 17:28:21 -0400
committerGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2013-06-16 17:28:21 -0400
commit7eeb6586963ac857680855f781b810656d570f8f (patch)
treed9b7b34ceb8294b578d805e7378c163271d22cad /src/eclipse/README.md
parent70a93f52c3efafe604d6547b335cc361deff4f29 (diff)
parent34943979b77efea44e099e93ee4ee48b42e35091 (diff)
downloadscala-7eeb6586963ac857680855f781b810656d570f8f.tar.gz
scala-7eeb6586963ac857680855f781b810656d570f8f.tar.bz2
scala-7eeb6586963ac857680855f781b810656d570f8f.zip
Merge remote-tracking branch 'scala-2.10.x/junit' into master
Diffstat (limited to 'src/eclipse/README.md')
-rw-r--r--src/eclipse/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/eclipse/README.md b/src/eclipse/README.md
index 73aa270b77..2bb1a4da8f 100644
--- a/src/eclipse/README.md
+++ b/src/eclipse/README.md
@@ -11,6 +11,9 @@ IMPORTANT
Preferences/General/Workspace/Linked Resources. The value should be the absolute
path to your scala checkout. All paths in project files are relative to this one,
so nothing will work before you do so.
+Additionally, we start using Maven dependencies (e.g. junit) so you need to define
+`classpath variable` inside Eclipse. Define `M2_REPO` in Java/Build Path/Classpath Variables
+to point to your local Maven repository (e.g. $HOME/.m2/repository).
2. The Eclipse Java compiler does not allow certain calls to restricted APIs in the
JDK. The Scala library uses such APIs, so you'd see this error: