【发布时间】:2014-01-16 20:22:30
【问题描述】:
我最近在雪豹(10.6.8)上安装了java 1.7.0_45和intellij 13
我已经能够使用 java 1.7 从命令行编译类和运行 java 程序。
Intellij 已链接到 java 1.7.0_45 安装和代码完成以及其他源代码功能工作正常,但是当我尝试制作项目时,我得到以下信息:
Abnormal build process termination:
2014-01-16 15:16:25.169 java[1467:903] *** NSInvocation: warning: object 0x10871b390 of class 'ThreadUtilities' does not implement methodSignatureForSelector: -- trouble ahead
2014-01-16 15:16:25.171 java[1467:903] *** NSInvocation: warning: object 0x10871b390 of class 'ThreadUtilities' does not implement doesNotRecognizeSelector: -- abort
【问题讨论】:
-
雪豹很古老,可能是ObjC运行时过时的问题,Oracle也懒得去测试兼容性。
标签: java macos intellij-idea