News

Checkstyle produces easily understood results. There is a simple Maven Checkstyle plugin, and the Checkstyle plugins for Eclipse, NetBeans and IntelliJ enable it to easily integrate into all of the ...
Write native methods in your Java code. Then run <I>javah</I> on that to produce headers. Use these headers to write a wrapper that delegates to the static library.