>
> You need to upgrade your glibc, to 2.1.3 or 2.2.
Thanks, it works fine now.
Erik
/\
| Erik Erskine [EMAIL PROTECTED] |
| Sundayta Ltd
You could use JAI package which runs on Linux very well.
Go the the URL:
http://java.sun.com/products/java-media/jai/index.html
The snippet of code looks like:
PlanarImage planarImage = JAI.create("fileload", "my_image.jpg");
BufferedImage buffImage = planarImage.getAsBufferedImage();
Pay atte
Hi,
I have an interest in learning Java and as a first step I have installed jdk
1.3 on my computer. I wrote the easiest code --Hello World but does not seem
to complie it. I think the problem is with the compiler as I cannot find the
.class files. Here's what I have in the autoexec.bat
@EC
>From README.linux to the 1.2.2 distrib:
* If you get OutOfMemory errors when you try create more than xxx
threads you'll have to increase the number of tasks supported by
kernel (the default is 256 per user). Change NR_TASKS in
/usr/src/linux/include/linux/tasks.h and recompile the kernel,
On Thu, 4 Jan 2001, Joseph Shraibman wrote:
> >From README.linux to the 1.2.2 distrib:
> * If you get OutOfMemory errors when you try create more than xxx
> threads you'll have to increase the number of tasks supported by
> kernel (the default is 256 per user). Change NR_TASKS in
> /usr/src