Struts Plugin

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?

0

hi,

you have to add struts.jar to your module classpath, then it will work.

Yann

0
Avatar
Permanently deleted user

Module classpath means lib folder of my module?I've struts.jar.Please let me know where exactly do I need to put it.

0

Project Settings->Modules

select Module on the left bar

goto Tab "Classpath" and add struts.jar to any of the provided classpath lists

0
Avatar
Permanently deleted user

Thanks a lot..that helped

0
Avatar
Permanently deleted user

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.

0

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

0
Avatar
Permanently deleted user

Thanks

0

请先登录再写评论。