View Java Class Source Code in JAR file
- 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 fastchar-devtools-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.fastchar.devtools
├─ com.fastchar.devtools.FastDevToolsConfig.class - [JAR]
├─ com.fastchar.devtools.FastDevToolsWeb.class - [JAR]
com.fastchar.devtools.watcher
├─ com.fastchar.devtools.watcher.WebResourcesWatcher.class - [JAR]
com.fastchar.devtools.interceptor
├─ com.fastchar.devtools.interceptor.FastDevToolsInterceptor.class - [JAR]
com.fastchar.devtools.core
├─ com.fastchar.devtools.core.ResourceEntry.class - [JAR]
├─ com.fastchar.devtools.core.WebResourcesLazyWatcherProvider.class - [JAR]
├─ com.fastchar.devtools.core.WebResourcesWatcherProvider.class - [JAR]