Loading native libraries for using the java API

Hi there,

I've still not had any luck getting the native libraries to load in any case except the one where I invoke the jvm inside the directory that contains all the .dynlib files.

If you use that home directory, my bot works just fine. Is there anybody who knows how to get this to work from any directory?

The original thread is here: http://dev.aol.com/node/1093

Anyone?

Is there an IRC channel, or some other way to find help I really have no idea how to proceed, and I can't move forward with the AIM integration unless I have some assurance that I can solve this deployment problem. At this point, it isn't worth investing any further development time without knowing that it can be done.

Re: Anyone?

I don't know of a better AIMCC support resource than these forums. Sorry for the slow response.

To summarize where things stand, in C languages one can call AccSetDelayLoadRoot(), but that's not available in Java. Our plan is to better support *LD_LIBRARY_PATH on Mac and Linux. I'm not sure yet whether that will be in AIMCC 1.6.8 or the version that follows.