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.