Every time my app loads I get the following error in the console:
Warning: class ch.randelshofer.quaqua.osx.Application couldn't load library "quaqua64". java.lang.UnsatisfiedLinkError: no quaqua64 in java.library.path
I thought this would be resolved by adding libquaqua64.jnlib
to the resource directory that contain my libquaqua.jnlib
and quaqua.jar
, but after I did this the console error still persists. Anyone experiencing this? Is there something else I need to add?
I just forgot to add it to my build. Adding the libquaqua64.jnilib should do the trick for the warning I described.