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 kotlin-compiler-test-extensions-0.1.1-alpha.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.javiersc.kotlin.compiler.test.runners
├─ com.javiersc.kotlin.compiler.test.runners.BaseTestRunner.class - [JAR]
├─ com.javiersc.kotlin.compiler.test.runners.BaseTestRunnerKt.class - [JAR]
├─ com.javiersc.kotlin.compiler.test.runners.BoxTest.class - [JAR]
├─ com.javiersc.kotlin.compiler.test.runners.DiagnosticTest.class - [JAR]
com.javiersc.kotlin.compiler.test.services
├─ com.javiersc.kotlin.compiler.test.services.AdditionalFilesDirectives.class - [JAR]
├─ com.javiersc.kotlin.compiler.test.services.AdditionalFilesProvider.class - [JAR]
├─ com.javiersc.kotlin.compiler.test.services.ClasspathConfigurator.class - [JAR]
├─ com.javiersc.kotlin.compiler.test.services.ExtensionRegistrarConfigurator.class - [JAR]
├─ com.javiersc.kotlin.compiler.test.services.MetaRuntimeClasspathProvider.class - [JAR]
com.javiersc.kotlin.compiler.test
├─ com.javiersc.kotlin.compiler.test.GenerateKotlinCompilerTestsKt.class - [JAR]