8191170: Clarify if java.class.path can be undefined

Reviewed-by: alanb, psandoz
This commit is contained in:
Mandy Chung 2018-01-25 13:40:36 -08:00
parent f7a44a7d8a
commit 6de0123fd7
2 changed files with 11 additions and 9 deletions

View file

@ -631,7 +631,8 @@ public final class System {
* <tr><th scope="row"><code>java.class.version</code></th>
* <td>Java class format version number</td></tr>
* <tr><th scope="row"><code>java.class.path</code></th>
* <td>Java class path</td></tr>
* <td>Java class path (refer to
* {@link ClassLoader#getSystemClassLoader()} for details)</td></tr>
* <tr><th scope="row"><code>java.library.path</code></th>
* <td>List of paths to search when loading libraries</td></tr>
* <tr><th scope="row"><code>java.io.tmpdir</code></th>