problem with libfontmanager in jdk 1.7.0u

Tobias Bley tobi at ultramixer.com
Sun Feb 19 22:55:55 PST 2012


Hi,

when I try to run my java application with the current jdk 1.7.0u4b10 (http://code.google.com/p/openjdk-osx-build/downloads/detail?name=OpenJDK-OSX-1.7-x64-udev-jdk-u4-b10-20120218.dmg&can=2&q=) I get the following error on startup:

Exception in thread "main" java.lang.UnsatisfiedLinkError: /Library/Java/JavaVirtualMachines/1.7.0u-dev.jdk/Contents/Home/jre/lib/libfontmanager.dylib: dlopen(/Library/Java/JavaVirtualMachines/1.7.0u-dev.jdk/Contents/Home/jre/lib/libfontmanager.dylib, 1): Library not loaded: /usr/X11/lib/libfreetype.6.dylib
  Referenced from: /Library/Java/JavaVirtualMachines/1.7.0u-dev.jdk/Contents/Home/jre/lib/libfontmanager.dylib
  Reason: Incompatible library version: libfontmanager.dylib requires version 14.0.0 or later, but libfreetype.6.dylib provides version 13.0.0

What does it mean?

Best regards,
Tobi






More information about the macosx-port-dev mailing list