Tagged Questions

Java Native Access (JNA) provides pure Java access to native libraries (.dll on Windows, .so on Unix) without writing any native or JNI code.

learn more… | top users | synonyms

17
votes
4answers
2k views

Access C++ shared library from Java: JNI, JNA, CNI, or SWIG?

Which of the following (or other) method would you recommend for accessing a C++ shared library from Java and why? JNI: I hear this has a number of pitfalls and is quite the undertaking? SWIG: ...
16
votes
6answers
7k views

Use JNI instead of JNA to call native code?

JNA seems a fair bit easier to use to call native code compared to JNI. In what cases would you use JNI over JNA?
11
votes
2answers
2k views

Using JNA to get/set application identifier

Following up on my previous question concerning the Windows 7 taskbar, I would like to diagnose why Windows isn't acknowledging that my application is independent of javaw.exe. I presently have the ...
10
votes
2answers
865 views

How do JavaCL and JogAmp JOCL compare?

JavaCL uses JNA, JOCL uses JNI instead, so I expect JavaCL to show better cross-platform compatibility, while JOCL should generally turn out to have better performance. JOCL gets tested alongside ...
9
votes
1answer
899 views

Disable Background drawing in JFrame in order to properly display Aero (DWM) effects

I'm having problems using the DWM functionality of Windows Vista/7 on Java windows. I want to make the background of my frame use the Aero style. The Windows API to do so is provide by the function ...
8
votes
1answer
239 views

JNA library slower screenshot than robot class?

Since Robot.createScreenCaputure() method is slow, I decided to use native library. I searched and found this forum and find a specific code snipplet which uses JNA Library. It's an old version so ...
7
votes
2answers
519 views

JNA loading libraries

I've got two libraries, one with Ada objects and one with C++ objects (I don't have a lot of control about which goes where) The Ada stuff references the C stuff and vice versa... This symbol is in ...
6
votes
2answers
610 views

Getting active window information in Java

I am trying to upgrade my application in Java to work only if a window of process with certain name is active. I have found out that this is possible by using JNI, but I have no idea how exactly to do ...
6
votes
2answers
335 views

How to use JNA in .dll and .so with the same callback signature

I'm working on a java project to run on both Windows and Linux, and I'm using a third party shared library available to both operating systems with the same methods' signature. But, the dll's calling ...
6
votes
4answers
390 views

How to run Java application at system startup on Windows/Linux/MacOS?

How I can run Java application at system startup on Windows/Linux/MacOS? Any implementation of JNA/JNI shall be welcome.
6
votes
1answer
968 views

C callback with JNA makes JRE crash

I'm having problems handling callbacks in JNA. I'm trying to use a C API that uses callbacks to handle several session events (logged in, logged out, connection problem...). The session object ...
6
votes
3answers
1k views

Java - Window Image

Does anyone know how to capture a screen shot in Java (not it's own screen, but any other window on the desktop and they don't necessarily have to be the active window) in Windows? There are a number ...
6
votes
2answers
425 views

How to obtain a new Pointer in Java?

How can I call a method with this method signature in C from JNA? int open_device(context *ctx, device **dev, int index); The last two lines of the C method look like this: *dev = pdev; return 0; ...
6
votes
2answers
4k views

Convert static windows library to dll

Question: I have a library contains a bunch of static *lib files, I wish to access them from JNA (a Java library that allows one to dynamically call `dll's from JAVA Code), so is there a way to ...
6
votes
3answers
4k views

Using JNA to link to custom dll

how do I access custom .lib / .dll functions using JNA? Can someone provide an example? Thank you.
5
votes
3answers
247 views

how to map callback Function with Java native access (JNA)

How can i set up windows hook with WH_FOREGROUNDIDLE and the following call back Functions DWORD CALLBACK ForegroundIdleProc( __in int code, DWORD wParam, LONG lParam ); I am trying to detect when ...
5
votes
1answer
250 views

Java JNIEnv Segmentation Fault

I'm in the process of doing some Java<->.NET interop code using a native library between them, so far things are going fairly well. However for some reason I cannot run any methods under JNIEnv. ...
5
votes
1answer
699 views

GetAsyncKeyState and VirtualKeys/special characters using JNA (JAVA)

I am working on a two-way private chat that will work in a full screen game. This is required to let the user to type into a semi-transparent textbox at the top of the screen even when it doesn't ...
5
votes
1answer
495 views

32Bit Native Code, JNA and a 64Bit JVM

I'm developing a java application, using a 32Bit native library which I'm accessing via JNA. On MacOS X Snow Leopard it's possible to pass the parameter "-d32" to the JVM, which causes the JVM to ...
5
votes
1answer
267 views

is memory allocated in JNA (or JNI) by the C code limited by jvm (param -Xmx or architecture 32/64)

that is, could a malloc() asking for 5 mb in the C part fail due to: jvm was run with -Xmx32m and jvm heap is already 30 mb something to do with jvm being 32 bits in a 64 bits windows
5
votes
1answer
294 views

Advantages of using JNA over native process execution

I have a project that currently executes many native binaries using java.lang.Process. Assuming that their functionality is available in native library form - what would be the advantages of executing ...
5
votes
3answers
8k views

Load DLL (using JNA) inside an OSGi bundle

OSGi cannot find my DLL file, and I can't seem to figure out why. Currently I have the DLL file (foo.dll) at the root of my bundle, I've also tried having it in a libs directory. The Manifest for ...
4
votes
3answers
188 views

How to move (or do anything with) the mouse

I'm trying to learn how to interact with the Windows API using Java and the JNA (Java Native Access), but am at a road-block. I'm trying to make the mouse do something by queuing a mouse event on the ...
4
votes
1answer
122 views

GUI in Java, Backend in SML?

I'm a big fan of functional programming languages (namely Standard ML and its dialects), mainly because of their expressiveness which allows for very consise, clean code. I can solve many problems ...
4
votes
1answer
101 views

Calling GetOpenFileName through JNA fails for Swing app

I'm trying to use the native Windows file dialog in Java, using JNA to call the comdlg32 function GetOpenFileName. I've made a static method, OpenFileDialog.display that looks like this: public ...
4
votes
2answers
171 views

Java and native libraries - preferred way to interoperate

We have some proprietary libraries we need to interface with. These libraries are Windows DLLs, or Linux .so files. We got the headers to define the interfaces. Since I have never done anything with ...
4
votes
1answer
257 views

Extending (not implementing) Java interfaces in Clojure

I've been looking a lot at Clojure recently and I've been wondering if it suits the scope of my next project. Unfortunately, it involves writing non-portable code and I need access to the Win32 API. ...
4
votes
3answers
251 views

Improving JNA Performence

I have the following situtuation on the C side I have a function that builds and returns an array of integers representing RGB values for an image, int* pxs(Image* m){ int* colors = ...
4
votes
1answer
672 views

Virtual Joystick in Java

Have you heard of a virtual joystick for Windows that has Java wrappings? I've trying PPJOY, and it works great, but then I'll need to use JNI to get it working from Java and that doesn't seem easy ...
4
votes
1answer
701 views

problem using JNA and EnumWindows

I'm experimenting with JNA, and this is the first program I try to run. I copied it from the reference, but, when i run it, he finds 412 windows ... and I'm quite sure I've not that many window opened ...
4
votes
1answer
991 views

Passing a Java class into a void* parameter with JNA

I have a function in C which I'm trying to call from Java with JNA: int myCfunc(void *s, int *ls); According to the JNA documentation the void* requires a com.sun.jna.Pointer be passed to the ...
4
votes
1answer
217 views

interpreting Java-native communication performance

Right now I'm using JNA for Java-native communication and am pleased with its simplicity. However I do need to optimize performance and am considering using other bindings. My question is this: what ...
4
votes
2answers
3k views

java - JNI/JNA - Get Window Title

Looking to get back into the development space; primarily using Java to call some native win32 functions (I don't desire to build in .NET).... Can someone point me to a place where I can read the ...
4
votes
2answers
415 views

Is there an equivalent to http://www.pinvoke.net for JNA?

The PInvoke.net site documents PInvoke signatures, user-defined types, and other information that you need to call unmanaged APIs from managed .NET code. Is there a site that does the same for Java's ...
4
votes
3answers
1k views

What is the easiest way to call a Windows kernel function from Java?

While searching for how to do this, I found some vague discussion about different options, like JNI vs JNA, but not much in the way of concrete examples. Context: if Java's File.renameTo() cannot do ...
3
votes
1answer
75 views

How to get list of all window handles in Java (Using JNA)?

I am novice for JNA. I am trying to get handles for all the windows including minimised ones. I need HWND of all the windows. I have gone thro the question Windows: how to get a list of all visible ...
3
votes
1answer
128 views

jna getDesktop bringWindowToTop

i'm having problems activating desktop window. i have taken the following approach 1: GetDesktopWindow to retrieve the handle of desktop (This works) i have tried the following methods to bring ...
3
votes
2answers
90 views

JNA Catching Exceptions

I have a quick question about dealing with exceptions being thrown by libraries under JNA... When I throw an exception in the underlying native code, JNA gets a invalid memory access error. I'm ...
3
votes
1answer
133 views

JNA library, missing Windows function: how to add new functions?

i've a question about Java and jna library. I've downloaded the two jar (jna.jar and platform.jar) from java.net. In the package com.sun.jna.platform.win32 there are already some defined interfaces ...
3
votes
1answer
248 views

Start/Stop services using JNA

I am writing a utility to start and stop windows services. The program will be distributed across many computers with differing levels of user privileges so I don't want to use the command line. I've ...
3
votes
2answers
657 views

How do I get maven to download the platform.jar from the JNA project

I have the following POM entry <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> <version>3.3.0</version> ...
3
votes
2answers
262 views

Using JNA with IBM J9 JVM

The first difficulty in using JNA with J9 is that the J9 JVM does not include the java.awt package and the Native class imports a few classes from this package. This is easily overcome by downloading ...
3
votes
2answers
358 views

Getting JNA to work with Java => C#?

I've written a lot of code in a C# library, which I now need to call from Java. I saw it recommended on SO to use JNA, but I'm having trouble even getting out of the starting blocks; the ...
3
votes
2answers
492 views

C++ non static callbacks and JNA

I am trying to use a C++ API in Java with JNA. This API uses callbacks to handle sessions events. The only resource I found on how to register callbacks with JNA is this, and it deals with C ...
3
votes
1answer
288 views

How to launch an app with elevated privileges on Vista+ using Java / JNA to trigger UAC

I'd like to programmatically launch an application (a second JVM) from a Java app using JNA. Please note that I can't : add a Windows manifest to the JVM (minimal impact on the client) use right ...
3
votes
1answer
519 views

Closing a hook that captures global input events

Intro Here is an example to illustrate the problem. Consider I am tracking and displaying mouse global current position and last click button and position to the user. Here is an image: To archive ...
3
votes
1answer
176 views

What is the correct JNA mapping for UniChar on Mac OS X?

I have a C struct like this: struct HFSUniStr255 { UInt16 length; UniChar unicode[255]; }; I have mapped this in the expected way: public class HFSUniStr255 extends Structure { public ...
3
votes
1answer
749 views

Working example of JNA mouse hook

Can any one provide me with a working example of JNA mouse hook, which would be able to track mouse movements/click outside my Java Swing application ? Thanks in Advance
3
votes
1answer
312 views

Can I mix JNA with JNI

I have a custom dll that I access from Java using JNA. So far all is working perfect. Now however I would like to create Java classes from my C code. I assume this can't be done with JNA so what I did ...
3
votes
1answer
524 views

JNA Library - Problems on Mac OS X

This is a question regarding the JNA library in a Java program. I have a tray application. "JFrame 1" is loaded at start of program. "JFrame 1" has a custom shape and has transparency. (Custom shape ...

1 2 3 4 5 6