melix / asm-bytecode-intellij

An ASM (http://asm.ow2.org/) plugin for IntelliJ IDEA
69 stars 44 forks source link

Java version problem in Mac #15

Closed izeye closed 9 years ago

izeye commented 9 years ago

I got the following exception:

Plugin 'ASM Bytecode Outline' failed to initialize and will be disabled.  Please restart IntelliJ IDEA.

com.intellij.diagnostic.PluginException: org/objectweb/asm/idea/config/ASMPluginComponent : Unsupported major.minor version 51.0 [Plugin: ASM Bytecode Outline]

How about compiling this plugin in Java 6?

Because in Mac the recommended Java version for IntelliJ is still 6 AFAIK.

VladRassokhin commented 9 years ago

Duplicates #14

MastaP commented 9 years ago

Facing the same problem. Is the project dead or we could expect a new release in the nearest future?

melix commented 9 years ago

It's not dead. I need to find time to release. Which is hard to find.

2015-02-06 13:14 GMT+01:00 Pavel Grigorenko notifications@github.com:

Facing the same problem. Is the project dead or we could expect a new release in the nearest future?

— Reply to this email directly or view it on GitHub https://github.com/melix/asm-bytecode-intellij/issues/15#issuecomment-73228087 .

melix commented 9 years ago

I have pushed a new version of the plugin to the plugin repository. It should be visible within 48h. Once the update is done, could you please confirm to me that the issue can be closed?

MastaP commented 9 years ago

It's already available and totally works, thanks!

melix commented 9 years ago

Excellent, thanks!