mirror of https://github.com/sbt/sbt.git
Fix spelling error.
parent
a741dc5287
commit
186f609199
2
FAQ.md
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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue