Due to apache-tomcat 10 requirements, I need the "rt.jar" from Java 8 (possibly 7). I need to compile my current stuff (I am on jdk 11) using "javac -source 8 -target 8 ..." (hoping not 7 here) but to do that right javac also needs "-bootclasspath somePathToRight/rt.jar".
Where can I find the jar file for Java8 (and 7) in case?