Download
 
 
JNAPlugin
Description:

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.

JNA allows you to call directly into native functions using natural Java method invocation. The Java call looks just like it does in native code. Most calls require no special handling or configuration; no boilerplate or generated code is required.

The JNA library uses a small native library stub to dynamically invoke native code. The developer uses a Java interface to describe functions and structures in the target native library. This makes it quite easy to take advantage of native platform features without incurring the high overhead of configuring and building JNI code for multiple platforms.

While some attention is paid to performance, correctness and ease of use take priority.

This plugin makes the JNA jar file available as a dependency to other plugins to use.

Author: Eric Berry
Category: Support

Version: 3.5.2
Requirements: JDK >= 1.6 · jEdit >= 5.2pre1
Binary Download: JNAPlugin-3.5.2-bin.tgz
JNAPlugin-3.5.2-bin.zip
Complete Download: JNAPlugin-3.5.2.tgz
JNAPlugin-3.5.2.zip
Release Date: June 27, 2014

Version: 3.2.4
Requirements: JDK >= 1.5 · jEdit >= 4.3
Binary Download: JNAPlugin-3.2.4-bin.tgz
JNAPlugin-3.2.4-bin.zip
Complete Download: JNAPlugin-3.2.4.tgz
JNAPlugin-3.2.4.zip
Release Date: February 5, 2010
 
Main Site
Features
Compatibility
Screenshots
Icons and Images
Reviews
Download
Plugins

Community
Community Site
Message Boards
Community Downloads
Links
Help
Quick Start Guide
Online Documentation
Feedback and Support
Developer
Development
SourceForge Project
Donate