RE: [Q] Classes not found...

2002-08-21 Thread Per Kreipke
> >I've put a bunch of JARs in Tomcat 4's lib directory (as per the > TC4 config > >how-to) but the classes aren't visible in my XSP page, Pizza keeps > >complaining. > > > > Compiler needs to know were the JARs are located. All existing Java > compilers can work with *files* only. Ah. > >The re

Re: [Q] Classes not found...

2002-08-21 Thread Vadim Gritsenko
Per Kreipke wrote: >I've put a bunch of JARs in Tomcat 4's lib directory (as per the TC4 config >how-to) but the classes aren't visible in my XSP page, Pizza keeps >complaining. > Compiler needs to know were the JARs are located. All existing Java compilers can work with *files* only. >The re