Created
November 5, 2013 07:46
-
-
Save daveray/7315335 to your computer and use it in GitHub Desktop.
Follow the Scala setup instruction for Coursera reactive course
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[info] Compiling 3 Scala sources to /Users/dray/mine/coursera-rx/quickcheck/target/scala-2.10/classes... | |
[info] 'compiler-interface' not yet compiled for Scala 2.10.2. Compiling... | |
sbt appears to be exiting abnormally. | |
The log file for this session is at /var/folders/12/bkvfkd5j0fxbd0k1q71tqqnc49fbdt/T/sbt4624986011374152709.log | |
java.lang.OutOfMemoryError: PermGen space | |
at java.lang.ClassLoader.defineClass1(Native Method) | |
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) | |
at java.lang.ClassLoader.defineClass(ClassLoader.java:615) | |
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) | |
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) | |
at java.net.URLClassLoader.access$000(URLClassLoader.java:58) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment