I created links that use the dylib extension.  The demo fires up, however, it does not work.  It draws a big blank square. :(

Thanks for all the help.

On Sun, Sep 7, 2008 at 5:44 PM, Mike Swingler <swingler@apple.com> wrote:

Sounds like OpenJDK is not recognizing .jnilib files as valid native libraries. Another patch to SoyLatte also allowed it to recognize both .dylib and .jnilib. We also made changes to Java in Mac OS X 10.5 Leopard to recognize .dylib as well as .jnilib.

I know it's sounds super-hacky, but I bet if you renamed all your .jnilib's to .dylib's, it will probably work.

Best of luck,
Mike Swingler
Java Runtime Engineer
Apple Inc.