Clarification regarding format of loader.path

This commit is contained in:
Dave Syer
2014-03-18 15:29:51 +00:00
parent a1d3bac7c8
commit 935131cdab
2 changed files with 5 additions and 4 deletions

View File

@@ -84,7 +84,8 @@ public class PropertiesLauncher extends Launcher {
/**
* Properties key for classpath entries (directories possibly containing jars).
* Defaults to "lib/" (relative to {@link #HOME loader home directory}).
* Defaults to "lib/" (relative to {@link #HOME loader home directory}). Multiple
* entries can be specified using a comma separeted list.
*/
public static final String PATH = "loader.path";