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]>

Reply via email to