diff --git a/FAQ.md b/FAQ.md index 1c1121d..46e4338 100644 --- a/FAQ.md +++ b/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: