Categories: Interoperability
Latest version: 0.4.1Added 2007-10-18
Lets you call native methods from Java without JNI code.NativeCall supports structs, Strings, primitive types (int and boolean), byte and char arrays and output parameters. NativeCall is implemented for the Windows platform. With NativeCall, you can call all methods implemented in any DLL.
Categories: Miscellaneous
Latest version: 1.2Added 2005-06-10
The Java language lacks string searching algorithms. The StringSearch library provides implementations of algorithms of the Boyer-Moore family and the Shift-Or (bit-parallel) family. These algorithms are easily five to ten times faster than the naive implementation found in java.lang.String.