< prev index next >

src/java.base/share/classes/jdk/internal/jrtfs/jrtls.js

Print this page

        

*** 32,42 **** * * It is used internally in the JDK to implement jimage/jrtfs access, * but also compiled and delivered as part of the jrtfs.jar to support access * to the jimage file provided by the shipped JDK by tools running on JDK 8. */ - */ // classes used var Files = Java.type("java.nio.file.Files"); var FileSystems = Java.type("java.nio.file.FileSystems"); var URI = Java.type("java.net.URI"); --- 32,41 ----
< prev index next >