Oracle JDK 11 Installation on Windows 10 with JAVA_HOME | Java SE 11 (LTS) is Released

preview_player
Показать описание
In this video we are going to demonstrate how to install Oracle Java JDK 11 on Windows 10.
First we install the Oracle JDK 11 and see how to set JAVA_HOME Environment Variable and run Java 11 in command line.
Java SE 11 is the first Long Term Support feature release for the Java SE Platform with many new features and enhancements includes,
1. Unicode 10
2. HTTP Client (Standard)
4. Updated Locale Data to Unicode CLDR v33
5. Lazy Allocation of Compiler Threads
6. ZGC A Scalable Low-Latency Garbage Collector (Experimental)
7. Epsilon, A No-Op Garbage Collector
8. Low-Overhead Heap Profiling
9. Nest-Based Access Control
10. Key Agreement with Curve25519 and Curve448
11. Added Brainpool EC Support
12. ChaCha20 and Poly1305 Cryptographic Algorithms
13. Enhanced KeyStore Mechanisms
14. RSASSA-PSS Signature Support Added to SunMSCAPI
15. Transport Layer Security (TLS) 1.3
16. Support for AES Encryption with HMAC-SHA2 for Kerberos 5
17. Local-Variable Syntax for Lambda Parameters
18. Launch Single-File Source-Code Programs

Removed Features and Options
*******************************
Removal of Lucida Fonts from Oracle JDK
Removal of appletviewer Launcher
Removal of JVM-MANAGEMENT-MIB.mib
Removal of Java Deployment Technologies
Removal of JMC from the Oracle JDK
Removal of JavaFX from the Oracle JDK
Removal of Java EE and CORBA Modules
Рекомендации по теме
Комментарии
Автор

Thanks !! your video was a great help .... keep uploading such videos... love from India, Poland

tm-vgrx
Автор

Thank u very much. This video helped me a lot.

robingawelczyk
Автор

Thx for the vid! I have a question, why do you have as environment variable if you can write instead path to your JDK with all jars that you need.

E.g. as Java_HOME -> "C:\Program Files\Java\OpenJDK_11"
and then in Path -> "%JAVA_HOME%\bin"

I'm asking it, because when I changed older version of Java to newer, I have in console older because of this javapath. If delete it or change the priority after jdk path then I have new version.

maksymr.
Автор

This is the error output I get:

C:\Users\me>javac -version
javac 11

C:\Users\me>java -version
Error: opening registry key 'Software\JavaSoft\Java Runtime Environment'
Error: could not find java.dll
Error: Could not find Java SE Runtime Environment.

omkarnaik
Автор

Java Jdk 11 not working for applet program

sivaramakrishnan