jar

com.alexkasko.maven : jni-headers-maven-plugin

Maven & Gradle

Jun 12, 2013
8 stars

Maven plugin for generating JNI headers · Maven plugin for generating C/C++ header files for native functions called from Java (using javah) and for java methods called from native code (using javap).

Table Of Contents

Latest Version

Download com.alexkasko.maven : jni-headers-maven-plugin JAR file - Latest Versions:

All Versions

Download com.alexkasko.maven : jni-headers-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0

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 jni-headers-maven-plugin-1.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.alexkasko.maven.jniheaders

├─ com.alexkasko.maven.jniheaders.JavahMojo.class - [JAR]

├─ com.alexkasko.maven.jniheaders.JavapMojo.class - [JAR]

├─ com.alexkasko.maven.jniheaders.Utils.class - [JAR]