cancel
Showing results for 
Search instead for 
Did you mean: 

Springframework Library files

d_franz
Champ on-the-rise
Champ on-the-rise
Since two days I am trying to get the SimpleWebScript (http://wiki.alfresco.com/wiki/Java-backed_Web_Scripts_Samples#SimpleWebScript.java) working.
But I can not generate the required jar file by eclipse.

[img]http://www.freeimagehosting.net/t/xh4xa.jpg[/img]

Were can I find the required library files for the springframework?
1 REPLY 1

abarisone
Star Contributor
Star Contributor
Hi,
you can find the jars under
tomcat\webapps\alfresco\WEB-INF\lib
since Alfresco is build up over Spring Framework
Include them in your build path or (if you're using Maven) explicit them as dependencies in your pom.

Regards,
Andrea