How can i integrate a Swing GUI with a legacy application using X11, Motif, and OpenGL using JNI?
Created May 8, 2012
Davanum Srinivas 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 architecture, and integrate a Swing GUI with a legacy application using X11, Motif, and OpenGL.
More information can be found at:
Embed Java code into your native apps