Size: 1259
Comment:
|
← Revision 8 as of 2023-05-29 09:11:40 ⇥
Size: 1236
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
* cd ~ * wget https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_linux-x64_bin.tar.gz * tar xvzf openjdk-11.0.2_linux-x64_bin.tar.gz * cd jdk-11.0.2/bin * ./jmod list ../jmods/java.base.jmod {{{ [centos@localhost bin]$ ./java -version openjdk version "11.0.2" 2019-01-15 OpenJDK Runtime Environment 18.9 (build 11.0.2+9) OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode) [centos@localhost bin]$ ./javac -version javac 11.0.2 [centos@localhost bin]$ ./jshell Feb 09, 2019 9:13:05 AM java.util.prefs.FileSystemPreferences$1 run INFO: Created user preferences directory. | Welcome to JShell -- Version 11.0.2 | For an introduction type: /help intro |
{{{#!highlight sh cd ~ wget https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_linux-x64_bin.tar.gz tar xvzf openjdk-11.0.2_linux-x64_bin.tar.gz cd jdk-11.0.2/bin ./jmod list ../jmods/java.base.jmod }}} |
Line 22: | Line 12: |
jshell> jshell> /ex | Goodbye |
{{{#!highlight sh ./java -version #openjdk version "11.0.2" 2019-01-15 #OpenJDK Runtime Environment 18.9 (build 11.0.2+9) #OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode) ./javac -version # javac 11.0.2 ./jshell #Feb 09, 2019 9:13:05 AM java.util.prefs.FileSystemPreferences$1 run #INFO: Created user preferences directory. #| Welcome to JShell -- Version 11.0.2 #| For an introduction type: /help intro #jshell> #jshell> /ex #| Goodbye |
Line 28: | Line 30: |
{{{ | {{{#!highlight sh |
Java/OpenJDK11
Install
1 ./java -version
2 #openjdk version "11.0.2" 2019-01-15
3 #OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
4 #OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
5 ./javac -version
6 # javac 11.0.2
7 ./jshell
8 #Feb 09, 2019 9:13:05 AM java.util.prefs.FileSystemPreferences$1 run
9 #INFO: Created user preferences directory.
10 #| Welcome to JShell -- Version 11.0.2
11 #| For an introduction type: /help intro
12 #jshell>
13 #jshell> /ex
14 #| Goodbye
15
- OpenJDK 8 (LTS) OpenJDK 11 (LTS)