Java Platform Invoke API (Demo Version)

Java Platform Invoke API (Demo version) for MS Windows
Download

Java Platform Invoke API (Demo Version) Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Free to try
  • Price:
  • Free
  • Publisher Name:
  • By Javain
  • Publisher web site:
  • Operating Systems:
  • Windows, Windows NT, Windows 2000, Windows XP
  • Additional Requirements:
  • Windows NT/2000/XP/2003 Server, JSE 1.5.x, MS Windows
  • File Size:
  • 616.83K
  • Total Downloads:
  • 785

Java Platform Invoke API (Demo Version) Tags


Java Platform Invoke API (Demo Version) Description

Java Platform Invoke API (Demo version) for MS Windows. Enables Java code to call native functions implemented in dynamic Link libraries (DLLs) like in Microsoft .NET Framework. Written for JSE 1.5.x and later. Java platform invoke an API that enables Java code to call native functions implemented in dynamic link libraries (DLLs), such as those in the Win32 API. It locates and invokes an exported function and marshals its arguments (integers, strings, arrays, structures, and so on) across the interoperation boundary as needed. This API supports implicit marshaling that makes Java coding with native functions very simple. To consume exported DLL functions you need 1.Identify functions in DLLs. Minimally, you must specify the name of the function and name of the DLL that contains it. 2.Create a class to HOLD DLL functions. You can use an existing class, create an individual class for each native function, or create one class that contains a set of related native functions. This class should extend CNativeLibrary. Use the annotation ImportLibrary to bind your class to the native Library. 3.Create prototypes in Java code. Write prototype of a native function as a method with signature that corresponds to the native function using data type map agreement. To identify the native function use the annotation Function. Mark the method with the native modifier. 4.Call a DLL function. Call the method on your Java class as you would any other Java method. As parameters can be passed structures and implemented in Java callback functions.


Java Platform Invoke API (Demo Version) Related Software