| # | |
| # Default directory where automatically bound Unix domain server | |
| # sockets are stored. Sockets are automatically bound when bound | |
| # with a null address. | |
| # | |
| # The search order for the directory on Windows is: | |
| # | |
| # 1. System property "jdk.net.unixdomain.tmpdir" | |
| # | |
| # 2. Networking property "jdk.net.unixdomain.tmpdir" specified | |
| # in this file (not set by default) | |
| # | |
| # 3. The TEMP environment variable (the effective default) | |
| # | |
| # 4. The java.io.tmpdir system property | |
| # | |
| #jdk.net.unixdomain.tmpdir= | |
| # | |