J/Invokeは,簡単にWin32 dllやLinux shared libraryを呼び出せるライブラリです. J/Invoke is the easiest way to call functions in a Win32 DLL (or a Linux shared library) from Java. With J/Invoke, Java programmers can call the Win32 API, or any exported function from a native DLL, with pure Java code. 一番簡単なサンプルは以下の通り. import com.jinvoke.JInvoke; import com.jinvoke.NativeImport; public class Example { @NativeImport(librar