- Introduction to JVM Languages
- Vincent van der Leun
- 57字
- 2021-07-02 21:46:32
Other useful parameters of the java command
Simply start java without any options to see the full list of available options.
Some noteworthy ones are:
- -D to pass properties and values
- -ea to enable assertions
Some options have both a short and long form; only the short form is shown here. Also note that parameters are case-sensitive.