1 Reply Latest reply on Apr 28, 2003 11:55 AM by utente2

    package com.lowagie.text.* not found

    utente2

      I run Jboss 3.0.6 with Jetty.
      I have deployed the IText.jar for pdf creation.
      in the JBOSS_HOME/server/default/lib folder
      If I try to import from a web page
      the package :

      <%@page import="com.lowagie.text.*" %>

      I get the following error:
      Package com.lowagie.text.* not found

      The same error happens if I put the jar in
      WEB-INF/lib folder
      What could it be the cause of my package
      not found problem?


      Thanks.
      I.