VIM plugin for RubyMine - Java exception
Hi,
Just installed the VIM plugin. The vi functionality seems to work great - and much appreciated.
However, when I bring up the Help screen, for example, it throws a Java exception, and nothing is displayed. The same thing happens on Windows, Mac, and Linux. Any ideas on how to get around this? Although the error log mentions DefualtSearchEngine - I've confirmed that my default search engine is set, and does work in other contexts.
The error log from the Linux console follows. Thanks for any help...
Execute unzip[/home/dbaskerv/.RubyMine10/system/plugins/IdeaVIM_7118.zip, /home/dbaskerv/.RubyMine10/config/plugins]
Execute delete[/home/dbaskerv/.RubyMine10/system/plugins/IdeaVIM_7118.zip]
Exception while creating engine named com.sun.java.help.search.DefaultSearchEngine for view: javax.help.SearchView@5979da9f
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
........
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.security.InvalidParameterException
at com.sun.java.help.search.DefaultSearchEngine.<init>(DefaultSearchEngine.java:75)
... 51 more
请先登录再写评论。
Hi David,
Do you remember the topic you was reading? I just cannot reproduce this exception, most likely it is build error.
Regards,
Oleg
Does this happen with latest idea vim plugin available in RubyMine plugin manager?