jar

io.github.landerlyoung : jenny-compiler

Maven & Gradle

Mar 25, 2021
86 stars

jenny-compiler · Jenny is a java annotation processor, which helps you generate C/C++ code for JNI calls according to your java native class.

Table Of Contents

Latest Version

Download io.github.landerlyoung : jenny-compiler JAR file - Latest Versions:

All Versions

Download io.github.landerlyoung : jenny-compiler JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x

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 jenny-compiler-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.landerlyoung.jenny

├─ io.github.landerlyoung.jenny.AbsCodeGenerator.class - [JAR]

├─ io.github.landerlyoung.jenny.AnnotationResolver.class - [JAR]

├─ io.github.landerlyoung.jenny.Configurations.class - [JAR]

├─ io.github.landerlyoung.jenny.Constants.class - [JAR]

├─ io.github.landerlyoung.jenny.CppClass.class - [JAR]

├─ io.github.landerlyoung.jenny.Environment.class - [JAR]

├─ io.github.landerlyoung.jenny.FusionProxyGenerator.class - [JAR]

├─ io.github.landerlyoung.jenny.HandyHelper.class - [JAR]

├─ io.github.landerlyoung.jenny.HandyHelperKt.class - [JAR]

├─ io.github.landerlyoung.jenny.JennyAnnotationProcessor.class - [JAR]

├─ io.github.landerlyoung.jenny.MethodOverloadResolver.class - [JAR]

├─ io.github.landerlyoung.jenny.NamespaceHelper.class - [JAR]

├─ io.github.landerlyoung.jenny.NativeGlueGenerator.class - [JAR]

├─ io.github.landerlyoung.jenny.NativeProxyGenerator.class - [JAR]

Advertisement