SoapUI in IntelliJ IDEA 8.1.3
The latest and greatest IntelliJ IDEA 8.1.3, a cute Java IDE, has soapUI integrated as a plugin. That’s a handy open-source helper for developing and testing SOAP-based web services.
However, after installing the plugin and starting it from Tools – SoapUI – Start SoapUI, you can only see the soapUI Navigator tool window, showing the project structure. You can not see or invoke the famous two-pane SoapUI ModelItem Editor displaying SOAP request-response pairs (at least in MS Windows).
A brief check of the soapUI Log – error log discovers that a class named RSyntaxTextArea cannot be found:
java.lang.NoClassDefFoundError: org/fife/ui/rsyntaxtextarea/RSyntaxTextArea
That’s easily helped: just download RSyntaxTextArea from the SourceForge and copy
rsyntaxtextarea.jar
to
%USERPROFILE%\.IntelliJIdea80\config\plugins\intellij-soapui-plugin\lib
![]() | Published on September 2nd, 2009 | | 3 Comments | | Posted by Miroslav Škultéty |