Poking around to investigate an out of memory message, I noticed this several times in my Console log.
2009…0324 1:54:51 PM [0x0-0x49049].com.jthink.jaikoz[389] Warning: class ch.randelshofer.quaqua.osx.Application couldn’t load library “quaqua64”. java.lang.UnsatisfiedLinkError: no quaqua64 in java.library.path
Does this cause any issues? Jaikoz still looks like an OSX app so is it reverting to a 32 bit library? Would using some 32bit libraries cause any issues if trying to use 64bit JVM and more than memory than 32bit JVM allows?
Can I download a 64 bit version of quaqua and stick it somewhere where it can be found?
Should I just turn off OSX look and feel in the preference?
I remember reading one of your blog posts that you were switching to MacWidgets library to get a more Leopard OSX look and feel. Has that been completed and is this an odd coding issue where something didn’t get changed? (I see both mac_widgets.jar and quaqua.jar in the jaikoz.app package bundle)