Re: Out of memory exception

1998-12-16 Thread Marius Schamschula
Thanks for the hints, I got responses for invoking java, not the appletviewer. My handy copy of Java in a Nutshell at work is the first edition, so I missed the fact that one can pass the java options on through. The more recent copy at home gave me the answer: use -J[java option]. Thus the solut

Re: Out of memory exception

1998-12-15 Thread hiro
Hi, How about '-mx' option? For example, java -mx128M yourClass from [EMAIL PROTECTED] From: "Marius Schamschula" <[EMAIL PROTECTED]> Subject: Out of memory exception Date: Mon, 14 Dec 1998 12:56:40 -0600 > Hi one and all, > > I've written a Java based image processing Applet. It w