If William Brodgen's assumption, that you are hitting a size 
limitation in javac for a single method, is right, there are 
two things that might help:
  - use a more current JDK version 
    (1.3.0_01 is the newest version I know:
     http://java.sun.com/j2se/1.3.0_01/index.html)
  - restructure your JSP Source in way that the service
    method gets smaller (put parts of your scriptlets in 
    own methods and just call those methods from your
    scriptlets)

> -----Ursprüngliche Nachricht-----
> Von: Troy Landers [mailto:[EMAIL PROTECTED]]
> Gesendet: Dienstag, 9. Januar 2001 18:35
> An: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
> Betreff: RE: bizarre JasperException on Solaris box

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to