tools.jar
is not present in latest Java version 14. Can anyone help me to understand whether it is replaced or where it is?
My system is having:
C:\Users\Admin>wmic os get osarchitecture
OSArchitecture
64-bit
I have installed latest Java version by downloading jdk-14.0.2_windows-x64_bin.exe
from Oracle's website.
After Installation, I looked in installation folder C:\Program Files\Java\jdk-14.0.2\lib
and it is not having tools.jar
.
Do we need to install any other packages for JRE that would help with tools.jar
?
If tools.jar
is not present, what is the replacement?
Removed as of Java 9
Effective since Java 9, JEP 220: Modular Run-Time Images removed
rt.jar
,tools.jar
,dt.jar
and some other jar files.To quote from the JEP: