Fix spelling error.

waywardmonkeys 2011-12-01 07:18:41 -08:00
parent a741dc5287
commit 186f609199
1 changed files with 1 additions and 1 deletions

2
FAQ.md

@ -727,7 +727,7 @@ sbt runs tests in the same JVM as sbt itself and Scala classes are not in the sa
Failed to initialize compiler: class scala.runtime.VolatileBooleanRef not found.
** Note that as of 2.8 scala does not assume use of the java classpath.
** For the old behavior pass -usejavacp to scala, or if using a Settings
** object programatically, settings.usejavacp.value = true.
** object programmatically, settings.usejavacp.value = true.
```
The key is to initialize the Settings for the interpreter using _embeddedDefaults_. For example: