Skip to content

Commit

Permalink
Tune README
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed Feb 5, 2014
1 parent 48bc4ab commit 1784980
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ scalive <pid>

## How to add your own JARs

Scalive only automatically loads `scala-library.jar`, `scala-compiler.jar`, and
`scala-reflect.jar`. If you want to load additional classes in other JARs, first
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:

```
val cl = ClassLoader.getSystemClassLoader.asInstanceOf[java.net.URLClassLoader]
Expand Down

0 comments on commit 1784980

Please sign in to comment.