Struts Plugin Permanently deleted user 创建于 2006年03月22日 16:21 Hi.I've installed Struts Plugin for IntelliJ Idea 5.1.Plugin is disabled with an error “Could not locate struts library in class path”. Can somebody help me?
hi,
you have to add struts.jar to your module classpath, then it will work.
Yann
Module classpath means lib folder of my module?I've struts.jar.Please let me know where exactly do I need to put it.
Project Settings->Modules
select Module on the left bar
goto Tab "Classpath" and add struts.jar to any of the provided classpath lists
Thanks a lot..that helped
Can you let me know how to make a webmodule struts enabled?I've an existing web module.I want to make it web enabled.
read the user guide at http://struts.apache.org
Struts plugin will work automatically if you follow the instructions there on how to setup Struts in your web application
you can find some additional hints if something goes wrong on the plugin home page http://www.intellij.org/twiki/bin/view/Main/StrutsPluginDevelopment
Thanks