Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7790509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T21:36:28+00:00 2026-06-01T21:36:28+00:00

i have a dll driver to use in my Java application. I read that

  • 0

i have a dll driver to use in my Java application.
I read that i need to create a dll bridge for JNI. First of all I would like to know if exists some utility to creare automatically this bridge.

I have the source code of the Dll, and I also know how to creare my bridge header file (javah) but I can not understand how to put into bridge implementation because i just need to call the driver method….
Can you help me?

For example this is the header of my driver:

BOOL CALLINGCONV IsInitialized();
int  CALLINGCONV Initialize(int Slot);
int  CALLINGCONV Finalize();
int  CALLINGCONV FinalizeML(int nSlot);

I also read about JNA, it seems easier but maybe it not very fast, is it true?
Thnak you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T21:36:29+00:00Added an answer on June 1, 2026 at 9:36 pm

    JavaCPP is as easy as JNA, but as fast as raw JNI. For example, this Java class could let access efficiently those four functions in Java, assuming the header and library files are named “Driver.h” and “Driver.lib” respectively:

    import com.googlecode.javacpp.*;
    import com.googlecode.javacpp.annotation.*;
    
    @Platform(include="Driver.h",link="Driver")
    public class Driver {
        static { Loader.load(); }
        public static native @Cast("BOOL") boolean IsInitialized();
        public static native int Initialize(int Slot);
        public static native int Finalize();
        public static native int FinalizeML(int nSlot);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have DLL and application that will call some function in this dll. For
I have a DLL that I can use to pull the following information about
I have an application that will use a device in some cases (i.e. printer).
I have a C# application that's using the FTD2XX.DLL from FTDI. This application is
I have a DLL that is written in C++ and I want to suppress
I have a DLL project in VS 2008 Pro which uses OpenMP. I use
I have a DLL that's compiled, and I don't have the source code for
I have a .DLL that i include in my Visual Studio 2008 project. The
I installed a PostScript printer driver and have setup REDMON (redmonnt.dll) for redirecting postscript
I have problem with this exception: Hibernate.HibernateException : Could not create the driver from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.