Skip to content

Instantly share code, notes, and snippets.

@jlengrand
Created April 3, 2020 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlengrand/16edd365f15bb49fafdcbb833ce3dfd0 to your computer and use it in GitHub Desktop.
Save jlengrand/16edd365f15bb49fafdcbb833ce3dfd0 to your computer and use it in GitHub Desktop.
Checking java and jpackage versions in terminal
$ java -version
openjdk version "14" 2020-03-17
OpenJDK Runtime Environment AdoptOpenJDK (build 14+36)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 14+36, mixed mode, sharing)
$ jpackage
WARNING: Using incubator modules: jdk.incubator.jpackage
Usage: jpackage <options>
Use jpackage --help (or -h) for a list of possible options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment