Everytime 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 contian my libquaqua.jnlib and quaqua.jar but after I did this the console error still persists. Anyone experience this? Is there something else I need to add? T