Java development w/o momentics

Ok Here is my dilemma. I am trying to create some java prgrams on my qnx host. I have found jikes http://jikes.sourceforge.net/ to compile the class. I also have found the jre j9 from IBM http://www.openqnx.com/index.php?name=FAQ&id_cat=4#q35 and put them onto my qnx host machine.

I am able to compile correctly, but when I go to run the .class with j9 I get this error, “Could not find library libvm15.so”. However this library is in the same directory that I am running j9 from.

Has anyone successfully run java classes outside of the momentics development platform? Does anyone know how to solve the problem I am having?

Thank you in adavnce
John

The library must be in a path accessible through the paths listed in LD_LIBRARY_PATH. The current directory isn’t search by default.