jar

com.github.picadoh : imc

Maven & Gradle

Aug 21, 2016
10 stars

In Memory Java Compiler · Compiler that can be invoked from the JVM to compile Java in-memory

Table Of Contents

Latest Version

Download com.github.picadoh : imc JAR file - Latest Versions:

All Versions

Download com.github.picadoh : imc JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window imc-0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.picadoh.imc.model

├─ com.github.picadoh.imc.model.CompilationPackage.class - [JAR]

├─ com.github.picadoh.imc.model.CompilationUnit.class - [JAR]

├─ com.github.picadoh.imc.model.JavaMemoryObject.class - [JAR]

├─ com.github.picadoh.imc.model.JavaSourceFromString.class - [JAR]

com.github.picadoh.imc.loader

├─ com.github.picadoh.imc.loader.ByteArrayClassLoader.class - [JAR]

├─ com.github.picadoh.imc.loader.CompilationPackageLoader.class - [JAR]

com.github.picadoh.imc.compiler

├─ com.github.picadoh.imc.compiler.InMemoryClassManager.class - [JAR]

├─ com.github.picadoh.imc.compiler.InMemoryCompiler.class - [JAR]

Advertisement