It is a powerful decompiler and disassembler for Java that reconstructs the original source code from the compiled binary CLASS files. It is able to decompile complex Java applets and binaries, producing accurate source code.
JNC is a Java to native compiler. It allows AOT (ahead of time) compilation of your Java applications. With JNC, you can create real standalone native binaries (.exe on Windows) which will no longer depend on a JRE.
Mangle-It Java Obfuscator makes Java code unreadable. Symbol and file names are mangled, strings encrypted, symbols are updated in comments and xml config files. Code like "int GetString(int n )" converts "int sXXXYYYXYXXYX( int sXXXXYYXYXXYX )".
Merge PDF Java library offers an easy-to-use interface for merging multiple PDF files into a single document. With just a few lines of code, you can merge any number of PDF files, regardless of their size, into a single document.
ComfyJ is a COM-to-Java-to-COM bridge. ComfyJ allows to easily integrate a Java application with any COM/OLE/OCX/ActiveX library and expose Java objects as COM objects. And all this is possible in pure Java language without writing native code.