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 protelis-test-17.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.protelis.test
├─ org.protelis.test.InfrastructureTester.class - [JAR]
├─ org.protelis.test.ProgramTester.class - [JAR]
org.protelis.test.matcher
├─ org.protelis.test.matcher.TestCount.class - [JAR]
├─ org.protelis.test.matcher.TestEqual.class - [JAR]
org.protelis.test.infrastructure
├─ org.protelis.test.infrastructure.CachingNetworkManager.class - [JAR]
├─ org.protelis.test.infrastructure.DummyContext.class - [JAR]
├─ org.protelis.test.infrastructure.DummyDevice.class - [JAR]
├─ org.protelis.test.infrastructure.ProtelisNode.class - [JAR]
├─ org.protelis.test.infrastructure.RunProtelisProgram.class - [JAR]
├─ org.protelis.test.infrastructure.TestIncarnation.class - [JAR]
it.unibo.alchemist.core.implementations
├─ it.unibo.alchemist.core.implementations.Engine.class - [JAR]
org.protelis.test.observer
├─ org.protelis.test.observer.ExceptionObserver.class - [JAR]
├─ org.protelis.test.observer.SimpleExceptionObserver.class - [JAR]
it.unibo.alchemist.loader
├─ it.unibo.alchemist.loader.YamlLoader.class - [JAR]