We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48bc4ab commit 1784980Copy full SHA for 1784980
README.md
@@ -50,9 +50,9 @@ scalive <pid>
50
51
## How to add your own JARs
52
53
-Scalive only automatically loads `scala-library.jar`, `scala-compiler.jar`, and
54
-`scala-reflect.jar`. If you want to load additional classes in other JARs, first
55
-add the JAR to the system class loader:
+Scalive only automatically adds `scala-library.jar`, `scala-compiler.jar`,
+`scala-reflect.jar`, and `scalive.jar` to the system classpath. If you want to
+load additional classes in other JARs, first add the JAR to the system class loader:
56
57
```
58
val cl = ClassLoader.getSystemClassLoader.asInstanceOf[java.net.URLClassLoader]
0 commit comments