Forrest logo
back to context overview

serialver

List of commands for serialver:

  • serialver:tldr:0433e serialver: Display the serialVersionUID of a class.
    $ serialver ${classnames}
    try on your machine
    explain this command
  • serialver:tldr:afff0 serialver: Display the serialVersionUID for a colon-separated list of classes and resources.
    $ serialver -classpath ${path-to-directory} ${classname1:classname2:---}
    try on your machine
    explain this command
  • serialver:tldr:c2db5 serialver: Use a specific option from reference page of Java application launcher to the Java Virtual Machine.
    $ serialver -Joption ${classnames}
    try on your machine
    explain this command
back to context overview