Created
April 3, 2020 12:50
-
-
Save jlengrand/16edd365f15bb49fafdcbb833ce3dfd0 to your computer and use it in GitHub Desktop.
Checking java and jpackage versions in terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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