j9 problem

Hello,

I’m trying to start j9 from command line, but I get the error:

Could not find library “libj9vm15.so”

I’ve double checked that this file in the same directory as j9 file (/opt/share/eclipse/ive/bin) + it has all possible permissions, so it is not a problem of permissions.

So does anyone know what can be causing this problem?

The real miracle is that I can start Eclipse, compile some java code, but can not execute due to the same problem I believe.

Add it to your LD_LIBRARY_PATH.

Take a look at /etc/profile.d/j9.sh, that should get your started.

Adding the location to the LD_LIBRARY_PATH did the trick, however as far as I’m not quite familiar with QNX, I’ve chosen the etc/profile file to add this info. Not sure whether it was right but it works, thanks!