Broken Java Mac 10.6

拜拜、爱过 提交于 2019-12-01 03:45:34

Don't set DYLD_LIBRARY_PATH. Because of this env var, the dynamic linker dyld, is finding /opt/local/lib/libjpeg.dylib etc. instead of the different /System/Library/Frameworks//ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Resources/libJPEG.dylib that it needs.

This seems to work on OS X Lion:

unset DYLD_LIBRARY_PATH

denishaskin

Seems one possible cause of this a file protection problem? See my post over in this other thread.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!