Can someone please explain the purpose of "classlist" file and rt.jar files in java?
I need to figure out whether the particular project is shipping Swing Layout Extensions package or not.
Inside my project directory I see "swing" references in two places:
Inside
../jre/lib/classlist
file: javax/swing/JFrame javax/swing/WindowConstants javax/swing/RootPaneContainerInside rt.jar there are a number of swing classes
However inside my project there isn't any swing-layout.jar file.
So does that mean that the project is shipping Swing Layout packages or not?