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 hserver-plugin-loader-3.3.M2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.hserver.plugin.loader
├─ cn.hserver.plugin.loader.ExecutableArchiveLauncher.class - [JAR]
├─ cn.hserver.plugin.loader.HServerJarMainClassStart.class - [JAR]
├─ cn.hserver.plugin.loader.InputArgumentsJavaAgentDetector.class - [JAR]
├─ cn.hserver.plugin.loader.JarLauncher.class - [JAR]
├─ cn.hserver.plugin.loader.JavaAgentDetector.class - [JAR]
├─ cn.hserver.plugin.loader.LaunchedURLClassLoader.class - [JAR]
├─ cn.hserver.plugin.loader.Launcher.class - [JAR]
├─ cn.hserver.plugin.loader.MainMethodRunner.class - [JAR]
├─ cn.hserver.plugin.loader.PropertiesLauncher.class - [JAR]
cn.hserver.plugin.loader.jar
├─ cn.hserver.plugin.loader.jar.Bytes.class - [JAR]
├─ cn.hserver.plugin.loader.jar.CentralDirectoryEndRecord.class - [JAR]
├─ cn.hserver.plugin.loader.jar.Handler.class - [JAR]
├─ cn.hserver.plugin.loader.jar.JarEntry.class - [JAR]
├─ cn.hserver.plugin.loader.jar.JarEntryData.class - [JAR]
├─ cn.hserver.plugin.loader.jar.JarEntryFilter.class - [JAR]
├─ cn.hserver.plugin.loader.jar.JarFile.class - [JAR]
├─ cn.hserver.plugin.loader.jar.JarURLConnection.class - [JAR]
├─ cn.hserver.plugin.loader.jar.ZipInflaterInputStream.class - [JAR]
cn.hserver.plugin.loader.util
├─ cn.hserver.plugin.loader.util.AsciiBytes.class - [JAR]
├─ cn.hserver.plugin.loader.util.SystemPropertyUtils.class - [JAR]
cn.hserver.plugin.loader.data
├─ cn.hserver.plugin.loader.data.ByteArrayRandomAccessData.class - [JAR]
├─ cn.hserver.plugin.loader.data.RandomAccessData.class - [JAR]
├─ cn.hserver.plugin.loader.data.RandomAccessDataFile.class - [JAR]
cn.hserver.plugin.loader.archive
├─ cn.hserver.plugin.loader.archive.Archive.class - [JAR]
├─ cn.hserver.plugin.loader.archive.ExplodedArchive.class - [JAR]
├─ cn.hserver.plugin.loader.archive.FilteredArchive.class - [JAR]
├─ cn.hserver.plugin.loader.archive.JarFileArchive.class - [JAR]