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 structure-hub-3.260.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.jetbrains.plugin.structure.hub
├─ com.jetbrains.plugin.structure.hub.HubPlugin.class - [JAR]
├─ com.jetbrains.plugin.structure.hub.HubPluginManager.class - [JAR]
├─ com.jetbrains.plugin.structure.hub.ValidatorKt.class - [JAR]
├─ com.jetbrains.plugin.structure.hub.VendorInfo.class - [JAR]
com.jetbrains.plugin.structure.hub.problems
├─ com.jetbrains.plugin.structure.hub.problems.HubDependenciesNotSpecified.class - [JAR]
├─ com.jetbrains.plugin.structure.hub.problems.HubIconInvalidUrl.class - [JAR]
├─ com.jetbrains.plugin.structure.hub.problems.HubProductsNotSpecified.class - [JAR]
├─ com.jetbrains.plugin.structure.hub.problems.HubZipFileTooManyFilesError.class - [JAR]
├─ com.jetbrains.plugin.structure.hub.problems.PluginFileErrorsKt.class - [JAR]
com.jetbrains.plugin.structure.hub.bean
├─ com.jetbrains.plugin.structure.hub.bean.HubPluginManifest.class - [JAR]