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 jaa-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
jaa.internal.ea
├─ jaa.internal.ea.EliminatedAllocation.class - [JAR]
├─ jaa.internal.ea.EliminationParser.class - [JAR]
├─ jaa.internal.ea.EliminationParser_Test.class - [JAR]
├─ jaa.internal.ea.EscapeProfile.class - [JAR]
jaa.internal.allocation
├─ jaa.internal.allocation.AllocationLedger.class - [JAR]
├─ jaa.internal.allocation.AllocationSampler.class - [JAR]
├─ jaa.internal.allocation.AllocationTracking.class - [JAR]
├─ jaa.internal.allocation.ControlClient.class - [JAR]
├─ jaa.internal.allocation.ControlServer.class - [JAR]
├─ jaa.internal.allocation.ReportSummarizer.class - [JAR]
jaa.internal.runner
├─ jaa.internal.runner.BlackHole.class - [JAR]
├─ jaa.internal.runner.DownloadableJdk.class - [JAR]
├─ jaa.internal.runner.EntryPoint.class - [JAR]
├─ jaa.internal.runner.JaaResources.class - [JAR]
├─ jaa.internal.runner.MethodAllocationAnalyzer.class - [JAR]
├─ jaa.internal.runner.MethodAllocationAnalyzer_Test.class - [JAR]
├─ jaa.internal.runner.Proc.class - [JAR]
├─ jaa.internal.runner.Unzipper.class - [JAR]
jaa
├─ jaa.AllocationAnalysis.class - [JAR]
├─ jaa.Jaa.class - [JAR]
├─ jaa.Options.class - [JAR]
├─ jaa.SetUp.class - [JAR]
├─ jaa.TearDown.class - [JAR]
jaa.internal.infrastructure
├─ jaa.internal.infrastructure.OutputCapture.class - [JAR]
├─ jaa.internal.infrastructure.Reflection.class - [JAR]
jaa.examples
├─ jaa.examples.FixtureExample.class - [JAR]
├─ jaa.examples.FixtureExample_Test.class - [JAR]
├─ jaa.examples.SimpleExample.class - [JAR]
├─ jaa.examples.SimpleExample_Test.class - [JAR]