• Label Designer App for Packaging Label Designer App for Packaging 9.2.3.2
    Label Designer App for Packaging
    Supply Chain Barcode Labeling Application helps in designing and printing industry level barcode labels or tags which can be applied to any business logistics packaging and transportation and can be scanned easily by any type of barcode scanner.
  • Labeling Software for Medical Devices Labeling Software for Medical Devices 9.2.3.2
    Labeling Software for Medical Devices
    Medical Labeling & Printing Tool generates barcode labels for health care industry. Pharmaceutical Label Printing Tool allows users to save, export and print the designed barcode. Users can create dynamically barcode in series by add multiple val
  • DreamPlan Home Edition DreamPlan Home Edition 9.19
    DreamPlan Home Edition
    DreamPlan Home Edition for Windows is an easy to use software. See your dream floor plan with customized kitchens, bathrooms and bedrooms for a home or apartment. Plan out your landscape. Customize paint, textures and decorations.
  • DreamPlan Garden and Home Design Free DreamPlan Garden and Home Design Free 9.19
    DreamPlan Garden and Home Design Free
    Home Plan and Landscape Design Software for Windows that's free and easy to use. See your dream floor plan with customized kitchens, bathrooms and bedrooms for a home or apartment. Plan out your landscape. Customize paint, textures and decorations.
  • Multiple Text Messaging using USB Modems Multiple Text Messaging using USB Modems 9.3.2.6
    Multiple Text Messaging using USB Modems
    Bulk SMS software shares the unique messages to all individuals on one click. Windows Bulk SMS software saves time of users to prepare messages for different recipients. Software saves the sent messages in sent items and user can also export the list
  • Custom Birthday Cards Designer Custom Birthday Cards Designer 8.2.0.6
    Custom Birthday Cards Designer
    Software can design attractive Birthday cards easily. Birthday Card Designing Software consists an inbuilt Email Setting to send designed Birthday Cards on specified address. User can easily print the designed Card by using advance printing settings
  • Publisher Barcode Software Publisher Barcode Software 7.3.0.5
    Publisher Barcode Software
    Publishers Barcode Designing Tool provides facility to print multiple Books and Barcodes by using advance printing settings. Library Barcode Designing Software creates multiple barcodes by using random, sequential and constant value series option
  • Make Greeting Cards Software Make Greeting Cards Software 8.3.0.5
    Make Greeting Cards Software
    Greeting Card Designing Tool allow user to save created Card in .GTM file format and provide advance printing settings to print the Card. Greeting Card Designing Program provides Data Set Series feature to generate multiple copies of Greeting Cards
  • Custom ID Card Maker Custom ID Card Maker 8.2.0.2
    Custom ID Card Maker
    Application allows you to customize your card to get the right look. You can add personal touch in your card with different drawing tools. Card and label program provide the opportunity to create a new card or easily modify an already existing cards
  • Atlantis Word Processor Lite Atlantis Word Processor Lite 4.3.9.4
    Atlantis Word Processor Lite
    Atlantis Word Processor Lite will be the perfect companion for your word processing tasks. It is powerful, fast-loading and completely free.
 
  •  
     
     
     
     
    Label Designer App for Packaging Label Designer App for Packaging
    Label Designer App for Packaging
    Supply Chain Barcode Labeling Application helps in designing and printing industry level barcode labels or tags which can be applied to any business logistics packaging and transportation and can be scanned easily by any type of barcode scanner.
  •  
     
     
     
     
    Labeling Software for Medical Devices Labeling Software for Medical Devices
    Labeling Software for Medical Devices
    Medical Labeling & Printing Tool generates barcode labels for health care industry. Pharmaceutical Label Printing Tool allows users to save, export and print the designed barcode. Users can create dynamically barcode in series by add multiple val
  •  
     
     
     
     
    DreamPlan Home Edition DreamPlan Home Edition
    DreamPlan Home Edition
    DreamPlan Home Edition for Windows is an easy to use software. See your dream floor plan with customized kitchens, bathrooms and bedrooms for a home or apartment. Plan out your landscape. Customize paint, textures and decorations.
  •  
     
     
     
     
    DreamPlan Garden and Home Design Free DreamPlan Garden and Home Design Free
    DreamPlan Garden and Home Design Free
    Home Plan and Landscape Design Software for Windows that's free and easy to use. See your dream floor plan with customized kitchens, bathrooms and bedrooms for a home or apartment. Plan out your landscape. Customize paint, textures and decorations.
  •  
     
     
     
     
    Multiple Text Messaging using USB Modems Multiple Text Messaging using USB Modems
    Multiple Text Messaging using USB Modems
    Bulk SMS software shares the unique messages to all individuals on one click. Windows Bulk SMS software saves time of users to prepare messages for different recipients. Software saves the sent messages in sent items and user can also export the list
  •  
     
     
     
     
    Custom Birthday Cards Designer Custom Birthday Cards Designer
    Custom Birthday Cards Designer
    Software can design attractive Birthday cards easily. Birthday Card Designing Software consists an inbuilt Email Setting to send designed Birthday Cards on specified address. User can easily print the designed Card by using advance printing settings
  •  
     
     
     
     
    Publisher Barcode Software Publisher Barcode Software
    Publisher Barcode Software
    Publishers Barcode Designing Tool provides facility to print multiple Books and Barcodes by using advance printing settings. Library Barcode Designing Software creates multiple barcodes by using random, sequential and constant value series option
  •  
     
     
     
     
    Make Greeting Cards Software Make Greeting Cards Software
    Make Greeting Cards Software
    Greeting Card Designing Tool allow user to save created Card in .GTM file format and provide advance printing settings to print the Card. Greeting Card Designing Program provides Data Set Series feature to generate multiple copies of Greeting Cards
  •  
     
     
     
     
    Custom ID Card Maker Custom ID Card Maker
    Custom ID Card Maker
    Application allows you to customize your card to get the right look. You can add personal touch in your card with different drawing tools. Card and label program provide the opportunity to create a new card or easily modify an already existing cards
  •  
     
     
     
     
    Atlantis Word Processor Lite Atlantis Word Processor Lite
    Atlantis Word Processor Lite
    Atlantis Word Processor Lite will be the perfect companion for your word processing tasks. It is powerful, fast-loading and completely free.

 

Java Platform Invoke API (Demo version) 2.01.04

 

 
Program Info
 

License:
 
Last Update: 2010-08-16
 
Release Status: Minor Update
 
Size: 0.52 MB
 
Price: $0
 
Downloads: 17
 
Publisher: Javain Ltd.
 
OS Support: WinNT 4.x, Windows2000, WinXP, Windows2003
 
Category: Windows/Development/Components & Libraries
 
Rating
4


 



 
Publisher's Description
 
 
J

ava 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.

Requirements

JSE 1.5.x, MS Windows