I was trying to import HttpClient class in my code from java.net.http package. Turns out, this package is not present when I try to import.
I did some research and found that java.net.http was included from JDK 9 onwards. I have JDK 15 installed in my system but still I can't import this package.
IDE: Eclipse JDK: 15.0.2 JRE: 1.8.281
Installed JRE's JDK Compliance Level
Could someone help me with this issue?
Thanks, Ishan Pathak