Problems running Swing app with latest build?
Phil Race
philip.race at oracle.com
Tue Feb 14 11:56:18 PST 2012
On 2/14/2012 11:49 AM, Greg Brown wrote:
> Thanks Phil, that helps clarify things a bit. I did not run into this problem with a locally-built JDK, but a nightly build that I downloaded. Since (presumably) that build didn't include the closed-source rasterizer, the runtime was looking for freetype and ran into a version mismatch. Correct?
Look in the jre/lib directory where all the libFOO.dylib files are.
Is there a libt2k.dylib ? There should be in an Oracle JDK build.
If not then whoever built it didn't have the right sources.
Conversely if there *is* such a file and you still get the error, then
there's a "build" bug that's adding an unnecessary dependency - that - if
its the case WOULD be a high priority bug!
-phil.
More information about the macosx-port-dev
mailing list