java.util.logging to SLF4J Configuration
· Packages a logging.properties that simply registers the SLF4JBridgeHandler as the sole handler,
effectively redirecting all j.u.l log statements to SLF4J. See http://www.slf4j.org/legacy.html#jul-to-slf4j
for further details.
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jul-to-slf4j-config-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.