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 jfoldersync-0.6.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
so.macalu.watcher
├─ so.macalu.watcher.DirectoryWatchService.class - [JAR]
├─ so.macalu.watcher.IDirectoryWatchService.class - [JAR]
├─ so.macalu.watcher.Service.class - [JAR]
so.macalu.cache
├─ so.macalu.cache.CacheInformation.class - [JAR]
├─ so.macalu.cache.DirCacheInformation.class - [JAR]
├─ so.macalu.cache.FileCacheInformation.class - [JAR]
so.macalu.sync
├─ so.macalu.sync.ISyncService.class - [JAR]
├─ so.macalu.sync.SyncLogic.class - [JAR]
├─ so.macalu.sync.SyncService.class - [JAR]