I have a java application I need to pass some info to a C++ program. It has been suggested that I use some simple socket programming to do this. Is this the best way? If not
Also, if this isn't lost in the noise, use SWIG to help you if you try the JNI route. http://www.swig.org/