Java Applets   ->   Applets


java native interface
Enhance your Java application with Java Native Interface (JNI) - Java World

In this article, Tal Liron presents JNI-based design and implementation techniques that can help make your application competitive on all platforms without compromising cross-platform deployment. He provides a full step-by-step tutorial for adding a Windows-specific desktop indicator feature. The tutorial contains an example of attaching native threads to a Java Virtual Machine, plus many generic JNI tips and tricks that even non-Windows programmers may find useful. Likewise, Tal covers design considerations, not just implementation issues, so you don't have to be a master programmer to appreciate the lessons learned. (4,000 words)

Amazon.com: Java(TM) Native Interface: Programmer's Guide and Specification: Books: Sheng Liang

Amazon.com: Java(TM) Native Interface: Programmer's Guide and Specification: Books: Sheng Liang by Sheng Liang

Amazon.com: Essential Jni: Java Native Interface (Essential Java): Books: Rob Gordon

Amazon.com: Essential Jni: Java Native Interface (Essential Java): Books: Rob Gordon by Rob Gordon

Go native with Java Native Interface

The JNI can greatly improve Java performance by allowing you to write parts of your application as natively compiled code. We've compiled all you need to know to get started with the standard.

The Wannabe Java Rockstar: Alternatives to Java Native Interface (JNI)

Inspired by the announcement of xFunction, I searched the web for libraries that ease the use of native code. As it turns out, it's quite a few.

Example of using Object-Oriented Java Native Interface in C++ - The Code Project - C++ / MFC

Demonstrates an easy way of creating and embedding Java objects into C++ code, with Object-Oriented JNI.

Discover how the Java Native Interface works

Peter V. Mikhalenko offers an introduction on the Java Native Interface (JNI) and describes how native types are mapped to Java types and classes. Benefits of the JNI include its performance and its ability to preserve legacy code and add more functionality to your Java app.

Java Native Interface: Information from Answers.com

JNI ( J ava N ative I nterface) A programming interface (API) in Sun's Java Virtual Machine used for calling native platform elements such as GUI

Using the Java Native Interface for native methods

You should only use native methods in cases where pure Java cannot meet your programming needs.

language support java native interface Content at ZDNet UK

Articles, Whitepapers, Downloads, Opinion and Resources relating to language support java native interface

All About Interop : Write Java Native Interface code with .NET

Long, long ago, in a galaxy far, far away, the Java programming language was born. Originally intended as an interpreted environment, to run in a "virtual machine", Java's original promise was full portability. The idea was that, rather than writing programs

Java Core Technologies APIs Native Interface

A JAVA community for IT professionals, Providing technical discussion, job postings, an integrated directory, news and more,

JRun 3.0 and the Java Native Interface (JNI): A Short Tutorial

Fusion Authority, dedicated ColdFusion programming information. Macromedia CFMX research, news, articles, turorials and more can be found in this ColdFusion Community. We also cover programming with ColdFusion 5.0, ColdFusion 4.5 using Windows, IIS, Linux, Windows XP and Solaris operating systems. You can subscribe to mailing lists dedicated to CFMX and ColdFusion 5, coldFusion 4.5, DreamWeaver, Regex, ColdFusion Server, and Flash to name a few.

Java native interface code generator - US Patent 6066181

Java native interface code generator - US Patent 6066181 from Patent Storm. A Java native interface code generator is disclosed to facilitate mixed language programming, by making native code programmed in a native language accessible to Java application programs.

Lightweight native method invocation interface for java computing environments - US Patent 6934946

Lightweight native method invocation interface for java computing environments - US Patent 6934946 from Patent Storm. Improved techniques for invocations of native methods in Java computing environments are disclosed.

Java Native Interface

Ok, so now you finally admitted to yourself that you8217ve got a problem You have all this code that has been doing its job for years now but it reall