Re: Problem with liphpi.so on JDK1.3 + RedHat 6.0

2001-01-04 Thread Erik Erskine
> > 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

Re: how create a texture from a file.jpg

2001-01-04 Thread Jacob Nikom
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

java questions

2001-01-04 Thread Ifyude
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

2.4 kernel and threads

2001-01-04 Thread Joseph Shraibman
>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,

Re: 2.4 kernel and threads

2001-01-04 Thread Scott Murray
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