Could not find -Xrun library: JView.so (Linux/Solaris). What does this mean?
There are two possibilities for why this error appears: • The JView.so is not in your LD_LIBRARY_PATH for your application’s startup script. • JView dependant libraries are not in your LD_LIBRARY_PATH. You can determine what the dependant libraries are by executing “ldd JView.so” in the same directory of the JView.so file (the