link to resource naming from classpath was added

This commit is contained in:
Roman Ivanov 2014-10-15 22:54:47 -07:00
parent cabe2583d6
commit 3c2024df57
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ java -D<property>=<value> \
<li>
<code>-c configurationFile</code> - specifies the location of the
file that defines the configuration modules. The location can either
be a filesystem location, or a name passed to the
be a filesystem location, or a <a href="http://docs.oracle.com/javase/8/docs/technotes/guides/lang/resources.html#res_names">name</a> passed to the
ClassLoader.getResource() method.
</li>
<li>