Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Find and copy to WEB-INF\lib these files (note X.X.X.X.jar refers to the version number):

  1. asm-x.x.jar
  2. asm-commons-x.x.jar
  3. asm-tree-x.xcommons-fileupload-X.X.X.jar
  4. commons-iofileupload-X.X.X.jar
  5. commons-langio-X.X.X.jar
  6. commons-logginglang-X.X.X.jarcommons
  7. freemarker-logging-apiX.X.X.jar
  8. freemarkerjavassist-X.X.X.jar
  9. ognl-X.X.X.jar
  10. struts2-core-X.X.X.X.jar
  11. xwork-core-X.X.X.jarjavassist-X.X.X.jar

You can see from the above that the Struts 2 core jar depends on several other artifacts. As we add additional Struts 2 features in future tutorials, we'll need to add additional Struts 2 jar files and other transitive dependencies.

...