Created
March 16, 2019 10:38
-
-
Save ssaurel/4225bca0fc9eeb74228de8bc181ee9e0 to your computer and use it in GitHub Desktop.
Compilation Java 12 Switch on the SSaurel's Channel
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
$ javac -d classes --enable-preview --release 12 SwitchJava12.java | |
$ java -classpath classes --enable-preview SwitchJava12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment