Class RtJar
java.lang.Object
com.ibm.wala.util.io.RtJar
Utility class to find the file holding the classes for the core Java standard library.
-
Method Summary
-
Method Details
-
getRtJar
Returns the file holding the classes for the core Java standard library from the provided jar files. The file may be a jar file or a jmod file.- Parameters:
x- an iterator over jar files- Returns:
- the file holding the classes for the core Java standard library, or null if not found
-
main
-