Plugin faild to initialize and will be disabled
Hi
I'm developing plugin for IntelliJ and when I run or debug it there is no problem but when I export the plugin zip file and import it into IntelliJ IDEA I got the following error after restart
Plugin {plugin_name} faild to initialize and will be disabled:
java/nio/file/attribute/BasicFileAttributes
please restart IntelliJ IDEA
any clue on what causes this problem
请先登录再写评论。
You're using a class which was added in JDK 7. IntelliJ IDEA 12 under Mac OS X runs under JDK 6 by default.