mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8191170: Clarify if java.class.path can be undefined
Reviewed-by: alanb, psandoz
This commit is contained in:
parent
f7a44a7d8a
commit
6de0123fd7
2 changed files with 11 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue