1 Reply Latest reply on Aug 21, 2004 6:16 PM by balteo

    Classloader question

    balteo

      Hello,

      I am calling a method from a jsp as follows:

      <%
      com.mycompany.MyClass mc = new com.mycompany.MyClass();
      mc.print();
      %>
      


      I tried dropping the jar for MyClass into the %jboss_home%\lib directory and I get an error. Can anyone tell me why? Are classes in this directory invisible?

      Thanks in advance,

      Albert.