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 org-netbeans-core-startup-base-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.core.startup.preferences
├─ org.netbeans.core.startup.preferences.NbPreferences.class - [JAR]
├─ org.netbeans.core.startup.preferences.NbPreferencesFactory.class - [JAR]
├─ org.netbeans.core.startup.preferences.PropertiesStorage.class - [JAR]
├─ org.netbeans.core.startup.preferences.Statistics.class - [JAR]
org.netbeans.core.startup.base
├─ org.netbeans.core.startup.base.LayerFactory.class - [JAR]
org.netbeans.core.startup.layers
├─ org.netbeans.core.startup.layers.ArchiveURLMapper.class - [JAR]
├─ org.netbeans.core.startup.layers.Bundle.class - [JAR]
├─ org.netbeans.core.startup.layers.LocalFileSystemEx.class - [JAR]
├─ org.netbeans.core.startup.layers.ModuleLayeredFileSystem.class - [JAR]
├─ org.netbeans.core.startup.layers.NbinstURLMapper.class - [JAR]
├─ org.netbeans.core.startup.layers.NbinstURLStreamHandler.class - [JAR]
├─ org.netbeans.core.startup.layers.SystemFileSystem.class - [JAR]