Jump to letter: [
          
            8ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        jna - Pure Java access to native libraries
        
        
        - Description:
- JNA provides Java programs easy access to native shared libraries
(DLLs on Windows) without writing anything but Java code. JNA's
design aims to provide native access in a natural way with a
minimum of effort. No boilerplate or generated code is required.
While some attention is paid to performance, correctness and ease
of use take priority. 
Packages
        
        
            | jna-3.0.2-7.fc9.ppc
              [129 KiB] | Changelog
              by Colin Walters (2008-04-04): - Add patch to use JPackage-compatible JNI library path
- Do build debuginfo package
- Refactor build patch greatly so it's hopefully upstreamable
- Install .so directly to JNI directory, rather than inside jar
- Clean up Requires/BuildRequires (thanks Mamoru Tasaka) |