Hello,
I am loking for a step by step tutorial for adding struts framework to netbeans 6.9.1. Could you suggest me also what is the right folder to put struts .jar files inside netbeans ? I think it is C:\Programmi\Netbeans 6.9.1\ide\modules\ext, but I'm not sure. I would add Struts 1.3.10 ( I need to make it compatile with other struts project already developed with Struts 1.2.9 ) but could you suggest me a better version? Inside struts\lib I choose these .jar to add to C:\Programmi\Netbeans 6.9.1\ide\modules\ext :
ANTLR.JAR
COMMONS-BEANUTILS.JAR
COMMONS-DIGESTER.JAR
COMMONS-FILEUPLOAD.JAR
COMMONS-LOGGING.JAR
COMMONS-VALIDATOR.JAR
ORO.JAR
STRUTS-CORE-1.3.10.JAR
Do you think these are enough or I need to add other jars besides these?
Thank you
If I remember correctly the 1.3.x download contains the libraries required to run. It's also a Maven-ized project, so you can learn the runtime dependencies from sites like mvnrepository.com: