amelentev / java-oo

Java Operator Overloading
http://amelentev.github.io/java-oo/
268 stars 31 forks source link

IntelliJ plugin 0.4.1 does not support Java 8u51 #34

Closed josueetcom closed 9 years ago

josueetcom commented 9 years ago

I love the idea of what the plugin could do (Great paper!). Unfortunately I'm unable to use it:

screen shot 2015-07-26 at 3 14 41 pm

If you know of any way to resolve this or what Java 8 version to use instead I'd like to know. Thanks

amelentev commented 9 years ago

Probably you are running Android Studio on JRE6 (Mac?). 51.0 is JRE7. Try to run Android Studio on JRE/JDK 7 or 8.

josueetcom commented 9 years ago

Do you mean the JRE running Android Studio the IDE itself? Because the project is using compileOptions of Java 8

Edit: I see what you mean, from About Android Studio. Let me check on how to change that

amelentev commented 9 years ago

Yes. The plugin runs in the IDE JVM process, not project's. See 'IDE JDK' at http://tools.android.com/tech-docs/configuration/osx-jdk

josueetcom commented 9 years ago

Awesome! Exporting STUDIO_SDK to be the most updated jvm works! Thanks man, the plugin is awesome!