Tagged Questions

0
votes
2answers
22 views

Does Java pass by reference or value to C when using JNI ( more specifically Android NDK)

Does Java pass by reference or value to C when using JNI ( more specifically Android NDK)
1
vote
3answers
56 views

Wrapping an existing application with JNI

Most of the documentation that details how to get started with JNI described how to build a new JNI application using X-Code. Can anyone link me to a description of how to use JNI …
0
votes
2answers
65 views

Is there a cross platform way of handling named pipes in Java or should I write my own?

I'm writing a bit of JNI code where a DLL running in the process space of various processes on the system needs to talk back to a java process. I've decided to use named pipes to …
1
vote
5answers
76 views

Is it possible to generate a DLL using Turbo C/C++ compiler ??

I need this for calling a C function from Java class (JNI) and I know that there are options to do this using "Microsoft Visual C++ compiler". (explained here) But I am interested …
0
votes
3answers
80 views

Can I mix JNI headers implementation with normal C++ classes?

If I try to implement my class on this file I get an error UnsatisfiedLinkError, however if I remove the implementation of the Broker.h Class it goes ok. Why? Broker.h #include " …
2
votes
1answer
117 views

How to return array from JNI to java?

Hello, I am a beginner programmer and I am attempting to use the android NDK. Is there a way to return an array (in my case an int[]) created in JNI to java? If so, please provid …
2
votes
3answers
94 views

Passing pointers between C and Java through JNI

At the moment, i'm trying to create a Java-application which uses CUDA-functionality. The connection between CUDA and Java works fine, but i've got another problem and wanted to as …
1
vote
3answers
124 views

Developing JNI applications with Eclipse (Combined Java/C++)

Hello. Have anyone successfully managed to setup a combined Java/C++ project for Eclipse? What I am trying to do is quite simple; 1) Compile my Java sources 2) Run Javah to crea …
1
vote
2answers
54 views

library already loaded in another classloader.

I have an XletManager and two apps (Xlet) that use an common class IXCRegistry that loads an native library by JNI. I'm getting the already loaded in another classloader exception. …
0
votes
1answer
52 views

How do I make a JNI library available for 2 differents classloader?

I have a class that loadsAnLibrary.so , class Registry, how do I make two apps to use this class without getting already loaded in another classloader? IF the two apps are on diffe …
1
vote
0answers
53 views

How to implement a Google-chrome-like title bar for Java SWT application

I have inherited development of a Java/SWT application running on Windows only. One of the feature requests that I need to scope is a Google-chrome-type title bar in place of the …
-1
votes
2answers
92 views

How to get text indent (tabs) from some text input?

For example, suppose I'm editing following text (\t is for tabs, it's not text) '\t\t\tSome text...' and my input keyboard position is right before 'S' (there is no selected text) …
0
votes
1answer
38 views

What’s the best way of getting the results of GetLastError() after a WinAPI call into a nice char* ?

I'm writing a DLL which a java program uses to call the WinAPI in various ways. I want to throw proper exceptions back to java but I need a nicely formated WinAPI error not just t …
1
vote
1answer
33 views

Loading a universal binary with Java

Hi Everyone, I have an Java applet that loads native code through JNI. Everything worked just fine until I made the upgrade to Snow Leopard, and then Safari decided to be dumb. It …
1
vote
3answers
66 views

Defaults for Eclipse run configurations

I'm writing a Java library with a lot of jni code. Pretty much every test case needs to load my jni dll, and I have a lot of test cases. In order to run the test cases out of Eclip …

1 2 3 4 5 12 next
15 30 50 per page