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
{{#tags}}- {{label}}
{{/tags}}