Updated Scala modularization and classpaths (markdown)

harrah 2013-04-04 11:30:41 -07:00
parent 4958f4488a
commit f643a7b9ee
1 changed files with 1 additions and 1 deletions

@ -5,7 +5,7 @@ Scala modularization makes it necessary to deal with some existing issues that m
## Java boot classpath
For the Java boot classpath, the `scala` launcher justs puts everything in `lib/` on it.
This is not the right thing to do because it makes available classes not on the user's classpath (for example, #702).
This is not the right thing to do because it makes available classes not on the user's classpath.
It also forces a particular version of the config, JLine, and JAnsi libraries.
(Currently Scala's JLine is in a custom namespace, but I believe a goal is to use the standard JLine.)
I think it is closer to the right thing to do for the `scalac` launcher, because no user code runs and configures a particular classpath.