Plugin ‘IntelliJad’ failed to initialize and will be disabled

899 views Asked by At

After I install the plugin IntelliJad, the problem comes out when I restart Ideal,anyone knows the reason of it? My ideal version is 2016.2 enter image description here

1

There are 1 answers

3
glytching On BEST ANSWER

The compatability table for IntelliJad does not suggest that it is compatible with IntelliJ 2016.2.

Likewise, the compatability table for IntelliJad Plus does not suggest that it is compatible with IntelliJ 2016.2.

The last update on IntelliJad was in 2010 and the last update on IntelliJad Plus was in 2014.

IntelliJ has had a built-in Java decompiler since v14 (released in 2014) so given that you are using v2016.2, I suspect you don't actually need IntelliJad.

The built-in decompiler can be used by just browsing to a class file, IntelliJ will automatically decompile the class and display it with a header like this:

//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//

You can see the built-in decompiler plugin here:

enter image description here