Spring MVC and Pdf
I am trying to implement this example, but eclipse shows me the error that can not find com.lowagie namespace. I don't use开发者_JAVA百科 maven. I have added iText.jar to Buildpath, but it does'n help. Any suggestions? Thank you
I assume that they have changed their package names since version 2.1.7 (which is used in the example you have read). Where did you downloaded the iText.jar? From here? When you take a look into your jar could you verify that the package names are equal to com.lowagie?
Also when you don't use maven I would suggest to download the jar from the maven repository so you can be sure that you have the right jar, means the jar used in your example.
精彩评论