Anyone knows how to run JNI C++ apps under solaris, I able to make C
JNI work, but when I use C++, it is not working, I am getting a
unsatisfied link exception. All library path and other seetings are
proper. if I copy a C based .so over my C++ .so file, it it able to
locate it, but not my C++ .so file.
Any help will be greately appreciated.