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

Out of memory exception

1998-12-15 Thread Marius Schamschula
Hi one and all, I've written a Java based image processing Applet. It was written under the latest version of Metrowerks CodeWarrior (a great IDE IMHO soon to make it to Linux as well) on my Mac (1.1.x compiler). Under both Linux (Debian and PPC flavors) and Win95/98/NT4 I get an OutOfMemoryExcep