Some parameters and properties allows to specify a filesystem path. This path
statements can be specified as abolute path statements or as relative path reference.
A relative path reference specifies a predefined location in the os file system.
Example: java.home/app
specifies a folder named app within the user home directory.
| The following relative path references are available: | |
|---|---|
| user.home | User's home directory. |
| user.dir | User's current working directory. |
| user.desktop | The folder where the desktop is located to. |
| user.default | The default directory where the user is prompted per default. |
| java.home | Java installation directory. |
| java.root | The first root harddrive found. |
| java.io.tmpdir | Default temp file path. |
| java.ext.dirs | Path of first extension directory. |
| java.library.path | First path to search when loading libraries. |
| eva3.project.path | eva/3 project path specified with the -p parameter while starting the application. If there is a .jar file specified, the folder where the .jar file is located will be used. |