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