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 spec-runtime-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.archguard.spec.runtime
├─ org.archguard.spec.runtime.KotlinInterpreter.class - [JAR]
org.archguard.spec.runtime.messaging
├─ org.archguard.spec.runtime.messaging.DocStatus.class - [JAR]
├─ org.archguard.spec.runtime.messaging.ErrorContent.class - [JAR]
├─ org.archguard.spec.runtime.messaging.Message.class - [JAR]
├─ org.archguard.spec.runtime.messaging.MessageContent.class - [JAR]
├─ org.archguard.spec.runtime.messaging.MessageReplyContent.class - [JAR]
├─ org.archguard.spec.runtime.messaging.MessageType.class - [JAR]
├─ org.archguard.spec.runtime.messaging.MessageTypeSerializer.class - [JAR]
├─ org.archguard.spec.runtime.messaging.NoneContent.class - [JAR]
├─ org.archguard.spec.runtime.messaging.RunningContent.class - [JAR]
├─ org.archguard.spec.runtime.messaging.UnitServerContent.class - [JAR]
org.archguard.spec.runtime.compiler
├─ org.archguard.spec.runtime.compiler.CustomLibraryResolver.class - [JAR]
├─ org.archguard.spec.runtime.compiler.CustomLibraryResolverKt.class - [JAR]
├─ org.archguard.spec.runtime.compiler.ExtendLibrariesKt.class - [JAR]
├─ org.archguard.spec.runtime.compiler.KotlinReplWrapper.class - [JAR]
org.archguard.spec.runtime.interpreter.api
├─ org.archguard.spec.runtime.interpreter.api.InterpreterRequest.class - [JAR]