JNI Section Index | Page 6

i want to ask if there is any possibility how to map C struct to Java using JNI. I need to move some data provided in struct to Java application using JNI.

I want with a java programm to call functions from a dll in c.

Is JNI able to be multi-processing? and How can I receive Unicode from C-DLL?

Are there any environment variables that can help me diagnose problems with my JDK/JRE configuration?

Creating Shared Library: I am trying to write the HelloWorld program using JNI, but have a problem in creating the shared library.

How to map C++ char**, int* and Enum types in Java?

Is it possible to call a DLL which is residing on NT server from a Java program which is residing on UNIX server using JNI?.

What is JVMDI? Where can i find more information about JVMDI?

What is JVMPI? Where can i get more information about it?

How do I run my java file through Visual C++ Debugger.

How can i manually unload a library that i load using System.loadLibrary command without close browser.

I have a C++ function that uses NewStringUTF like so:

Need to call a C++ method which takes user defined classes as arguments (for ex: calculateSalary(Employee[] empVector)).

"required mapping already in use": When using JNI, what is the essence of the error message "lib___.so: required mapping 0x10000 size 0xcc00 is already in use by file /bin.../native_threads/java (lib___.so)", where lib___.so is the C module compiled into a dynamic loadable library?

Where can I find information on using Purify to find leaks etc?

About | Sitemap | Contact