JNI « Development « Java Swing Q&A





1. What is 'JNI Global reference'    stackoverflow.com

I am using jProfiler to find memory leaks in a Java swing application. I have identified instances of a JFrame which keeps growing in count. This frame is opened, and then closed. Using ...

2. Swing GUI using JNI crashes    stackoverflow.com

A java swing application(GUI) using JNI code to communicate with native C code. The Swing application launches properly and works fine. The GUI is used to start some customized system level ...

3. JVM crashes while executing swing application with native JNI code    stackoverflow.com

My Application is using SwingWorker for executing different tasks which in turn communicating many third party DLLs, attach herewith the crash log : Please help :

___________________________________________________________________
#
# A fatal error has been detected ...

4. GUI in Java, Backend in SML?    stackoverflow.com

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 ...

5. JNI + ? for IPC plus RMI and AWT    coderanch.com

This is an architecture question. I am running Jeodes JVM on a PDA and am quite impressed with RMI and the capabilities of Java! In particular if a remote device is disconnected due to a network outage then just serialize your work to a file and when the networks back up, pump the calls back through. Callbacks work great as well. ...

6. Swing GUI crashes (using JNI)    coderanch.com

Hi, I am working on java swing application(GUI) using JNI code to communicate with native C code. The Swing application launches properly and works fine. The GUI is used to start some customized system level tests(io,memory,cpu) and show their progress. The tests have to be left running at-least overnight to get the results. However, if I check the next morning, GUI ...

7. Swing GUI crashes (using JNI)    java-forums.org

Hi, I am working on java swing application(GUI) using JNI code to communicate with native C code. The Swing application launches properly and works fine. The GUI is used to start some customized system level tests(io,memory,cpu) and show their progress. The tests have to be left running at-least overnight to get the results. However, if I check the next morning, GUI ...

8. Swing GUI and JNI    forums.oracle.com

Hello I am facing a problem related to Swing and JNI. Actually I have to call a native function on the action of a button, so I am using Swing to develop GUI. When I use Jframe and Jbuttons and on the action event of JButton when I call the native function of a different class, then the function works fine ...