I learnt to program on a BBC Micro back in '84. I had no issues with 64k limits - the machine only had 32k total :-)
-----Original Message----- From: Malcolm Dew-Jones [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 03:19 To: Struts Users Mailing List Subject: Re: jsp size limit? On Thu, 9 May 2002, Arron Bates wrote: > There's a limitation on the size of a compliled Java class. Java has > this arbitrary limit of 62k for a compiled class. Looks like you're In 1986 Macintosh computers had the same 64K code barrier. Compiled units of code had to be split into chunks that were smaller than 64K, and linked together. I guess Java isn't really such a modern language after all. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

