Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
platform-3.3.0.jar - Java Native Access (JNA)
JNA provides Java programs easy access to native shared libraries (DLLs on Windows) without writing anything but Java code - no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes. Access is dynamic at runtime without code generation.
JAR File Size and Download Location:
File name: platform.jar, platform-3.3.0.jar File size: 841291 bytes Date modified: 15-Oct-2011 Download: Java Native Access (JNA)
✍: FYIcenter.com
List of Classes in the JAR:
com/sun/jna/platform/FileMonitor com/sun/jna/platform/FileUtils com/sun/jna/platform/KeyboardUtils com/sun/jna/platform/RasterRangesUtils com/sun/jna/platform/WindowUtils com/sun/jna/platform/dnd/DragHandler com/sun/jna/platform/dnd/DropHandler com/sun/jna/platform/dnd/DropTargetPainter com/sun/jna/platform/dnd/GhostedDragImage com/sun/jna/platform/mac/MacFileUtils com/sun/jna/platform/unix/X11 com/sun/jna/platform/win32/Advapi32 com/sun/jna/platform/win32/Advapi32Util com/sun/jna/platform/win32/BaseTSD com/sun/jna/platform/win32/Crypt32 com/sun/jna/platform/win32/Crypt32Util com/sun/jna/platform/win32/DsGetDC com/sun/jna/platform/win32/GDI32 com/sun/jna/platform/win32/Guid com/sun/jna/platform/win32/Kernel32 com/sun/jna/platform/win32/Kernel32Util com/sun/jna/platform/win32/LMAccess com/sun/jna/platform/win32/LMCons com/sun/jna/platform/win32/LMErr com/sun/jna/platform/win32/LMJoin com/sun/jna/platform/win32/NTSecApi com/sun/jna/platform/win32/NTStatus com/sun/jna/platform/win32/Netapi32 com/sun/jna/platform/win32/Netapi32Util com/sun/jna/platform/win32/NtDll com/sun/jna/platform/win32/NtDllUtil com/sun/jna/platform/win32/ObjBase com/sun/jna/platform/win32/Ole32 com/sun/jna/platform/win32/Ole32Util com/sun/jna/platform/win32/Oleaut32 com/sun/jna/platform/win32/Secur32 com/sun/jna/platform/win32/Secur32Util com/sun/jna/platform/win32/Shell32 com/sun/jna/platform/win32/Shell32Util com/sun/jna/platform/win32/ShellAPI com/sun/jna/platform/win32/ShlObj com/sun/jna/platform/win32/Sspi com/sun/jna/platform/win32/User32 com/sun/jna/platform/win32/W32Errors com/sun/jna/platform/win32/W32FileMonitor com/sun/jna/platform/win32/W32FileUtils com/sun/jna/platform/win32/W32Service com/sun/jna/platform/win32/W32ServiceManager com/sun/jna/platform/win32/WTypes com/sun/jna/platform/win32/Wdm com/sun/jna/platform/win32/Win32Exception com/sun/jna/platform/win32/WinBase com/sun/jna/platform/win32/WinCrypt com/sun/jna/platform/win32/WinDef com/sun/jna/platform/win32/WinGDI com/sun/jna/platform/win32/WinNT com/sun/jna/platform/win32/WinReg com/sun/jna/platform/win32/WinUser com/sun/jna/platform/win32/Winspool com/sun/jna/platform/win32/WinspoolUtil com/sun/jna/platform/win32/Winsvc
2015-04-23, 6303🔥, 0💬
Popular Posts:
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms, it was develo...
JAX-RPC is an API for building Web services and clients that used remote procedure calls (RPC) and X...
What Is mail.jar of JavaMail 1.4.2? I got the JAR file from javamail-1.4.2.zip. mail.jar in javamail...
What Is log4j-1.2.15.jar? I got the JAR file from apache-log4j-1.2.15.zip. log4j-1.2.15.jar is the v...
How to download and install javamail-1_2.zip? The JavaMail API is a set of abstract APIs that model ...