Intellij 13 does not compile on Mac Snow Leopard

I recently installed java 1.7.0_45 and intellij 13 on a snow leopard (10.6.8)

I was able to compile classes and run java programs from the command line using java 1.7.

Intellij is related to installing and extending java 1.7.0_45 code, and another source function works fine, but when I try to make a project, I get the following:

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
+3
source share
1 answer

I saw the same problem and I think this is due to JDK7 incompatibility with Snow Leopard.

Although you can install JDK7 on 10.6 by forcing the OS to report the version incorrectly , so that the installer just continues to work with it, that the workaround has a limited lifespan, and that could be it.

JDK 1.7.0_45 _51 Intellij 12, 13, , Java Snow Leopard.

, 5Gb Mavericks, . Intellij, JDK6 .

+2

All Articles