DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download com.alexkasko.maven : jni-headers-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file jni-headers-maven-plugin-1.0.6-javadoc.jar to jni-headers-maven-plugin-1.0.6-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jni-headers-maven-plugin-1.0.6-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jni-headers-maven-plugin-1.0.6-sources.jar" -d "jni-headers-maven-plugin-1.0.6-javadoc" -subpackages