JNI Section Index | Page 5
How can i embed Mozilla's ActiveX Plugin and/or IE Plugin inside my AWT/SWING application using JNI?
http://www.nothome.com/IECanvas/ has sample code for embedding both IE and Mozilla ActiveX controls.
How can i integrate a Swing GUI with a legacy application using X11, Motif, and OpenGL using JNI?
JavaWorld has a good article with sample app shows how to start a JVM from a legacy application, create Java objects from a legacy application, call back legacy code from Java using a thread-safe ...more
Is there a cross-platform alternative to COM? Are there JNI wrappers such that i can use java to write the components?
There is a XPCOM framework from the Mozilla Open Source project that offers an alternative to COM. You can use BlackConnect to write XPCOM components in java.more
Where can I learn (more) about Java's support for developing multi-threaded programs?
Check out the jGuru Threads
FAQ.
Where can i get information regarding JNI on HP-UX?
Where can i get information regarding JNI on HP-UX?
Where can i get information regarding JNI on HP-UX?
Multiple jvms - I wish to create plugins for a software. Each plugin will be a C library creating a jvm and calling the classes needed.
multiple jvms - I wish to create plugins for a software. Each plugin will be a C library creating a jvm and calling the classes needed.
The problem i'm actually facing is that each and every plugi...more
How can I discover the current process ID from Java?
[When analyzing logs that our Java servlet creates, it would be nice
to be able to determine the process
id of the underlying Java process
that was running at the time. In
most operating systems...more
Where can i get information on writing JNI apps on Mac OS X?
There is a Q&A on building JNI libraries with Project Builder at:
http://developer.apple.com/qa/java/java28.html
There is a simple sample code project at:
http://developer.apple.com/samplecod...more
Are there any download-able books on JNI?
"Java Native Methods" by Alligator Descartes
How can i integrate PHP and Java Code?
Use "PHP4 ext/java". There is an article on zez.org on this:
Interfacing with Java from PHP
How can i use JVMPI to trace all the classes loaded by a Java program?
Here's the code:
#include <jvmpi.h>
// global jvmpi interface pointer
static JVMPI_Interface *jvmpi_interface;
// function for handling event notification
void notifyEvent(JVMPI_Event *ev...more
Need to call dll without any source code on the dll
Need to call dll without any source code on the dll
G'day,
Have a situation where I need to call a dll to integrate with an external application. All the information I have read so far requires co...more
Parameters to Java Exceptions from C/C++ shared library So far, i can fill only one string to ThrowNew but my derived exception class in Java could accept 2 [int] and 2 [String].
Parameters to Java Exceptions from C/C++ shared library
So far, i can fill only one string to ThrowNew but my derived exception class in Java could accept 2 [int] and 2 [String]. Of course in C/C++...more
What are the issues involved in Shipping my own JRE with my Java/JNI application?
What are the issues involved in Shipping my own JRE with my Java/JNI application?
What are the issues involved in Shipping my own JRE with my Java/JNI application?
What tools are available to run my java code as an NT Service?
FireDaemon for WinNT/2K
JVMI2 - The Java/NT Services Utility
JSRVANY
JNT for Windows NT/2000
more