I made a new project of struts, and i need some libraries to run the project, following is the libraries:
commons-logging-1.0.4.jar
freemarker-2.3.8.jar
ognl-2.6.11.jar
struts2-core-2.0.9.jar
xwork-2.0.4.jar
i config the project properties on "Java build path", and add library, but the eclipse show me a warning:
Classpath entry org.eclipse.jdt.USER_LIBRARY/struts2 libs will not be exported or published. Runtime ClassNotFoundExceptions may result.
and it works as it said.......
in the log, it reports ClassNOTFoundException.
i find some way to solve this temporarily, i copy the libs to the webapps floder. it works fine, but i don't think its the right way.
Add it to me Todo list.
