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 VscLaunchConfigs-1.0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.neoforged.vsclc
├─ net.neoforged.vsclc.AttachConfiguration.class - [JAR]
├─ net.neoforged.vsclc.BatchedLaunchWriter.class - [JAR]
├─ net.neoforged.vsclc.ConfigurationGroup.class - [JAR]
├─ net.neoforged.vsclc.JavaConfiguration.class - [JAR]
├─ net.neoforged.vsclc.LaunchConfiguration.class - [JAR]
net.neoforged.vsclc.attribute
├─ net.neoforged.vsclc.attribute.ConsoleType.class - [JAR]
├─ net.neoforged.vsclc.attribute.InternalConsoleBehaviour.class - [JAR]
├─ net.neoforged.vsclc.attribute.LaunchGroupEntry.class - [JAR]
├─ net.neoforged.vsclc.attribute.LocatorPathLike.class - [JAR]
├─ net.neoforged.vsclc.attribute.PathLike.class - [JAR]
├─ net.neoforged.vsclc.attribute.PathWritable.class - [JAR]
├─ net.neoforged.vsclc.attribute.RequestType.class - [JAR]
├─ net.neoforged.vsclc.attribute.ShortCmdBehaviour.class - [JAR]
net.neoforged.vsclc.writer
├─ net.neoforged.vsclc.writer.IWriter.class - [JAR]
├─ net.neoforged.vsclc.writer.JsonUtils.class - [JAR]
├─ net.neoforged.vsclc.writer.LaunchJsonV0_2_0.class - [JAR]
├─ net.neoforged.vsclc.writer.WritingMode.class - [JAR]