glibc

2000-01-14 Thread Pedro Guimaraes
Ok... I found out from this list that jdk1.2.2 needs glibc-2.1.* So I installed glibc-2.1.1 but when I do java it instead tries to load /lib/libc.so.5 instead of /lib/libc.so.6 which is linked to glibc-2.1.* Any way to make this work? :) Thanks -Pedro

ibm jdk118 > g++ -O

2000-01-14 Thread noisebrain
I was considering whether we needed to write some image resampling inner loops in C++, and wrote a little bilinear interpolation "mock up" resampling routine. On a Celeron machine the ibm jdk is actually a hair faster than the C++ version compiled with -O. Note that the C++ is not compiled wit

Re: Which Linux JVM is better?

2000-01-14 Thread Nathan Meyers
On Fri, Jan 14, 2000 at 06:34:41PM +0100, Juergen Kreileder wrote: > James> One question I have of Blackdown is why they have > James> prioritized their green threads porting efforts over native > James> threads, when native threads offer the best overall > James> server-side perfo

Java-Linux I18N

2000-01-14 Thread Renzo Pecoraro
Couple of hints on this. So far, I haven't seen anything in Java I18N that's specific to Linux, except: 1. Yes, you need Asian fonts. Some come with the distros, I got additional ones from http://www.userfriendly.net/linux/RPM/rhcn/noarch/X11_fonts.html (Japanese, Simplified Chinese, Traditional

Re: Which Linux JVM is better?

2000-01-14 Thread Juergen Kreileder
> James Caple writes: James> In sum: James> * The Inprise Java-Linux port could not handle nearly as James> many simultaneous server-side connections as the James> Blackdown port when using green threads. And our next release will use poll() instead of select() which wil

WANTED: Audio Resampling Algorithm in Java instead of C

2000-01-14 Thread Peter Pilgrim
I am looking to convert the sample rate of audio clip files in Java. There are lots of resource out there on the Net, but in C/C++ not necessarily in Java. Has anyone converted the `C' resampling algorithm that is used in ``sox'' to Java? "README file for resample-1.5.tar.gz from the Digital Au

Re: Which Linux JVM is better?

2000-01-14 Thread James Caple
After a little more server-side testing I've discovered the following to be true: -- (RedHat Linux 6.1, with kernel modified to up the number of file descriptors and per-user thread limits, 300MHz machine, 256MB RAM) -- Inprise JVM 1.2.2 for Linux vs. Blackdown JVM 1.2.2 RC3 -- green threads vs.

Re: Problem with exec()

2000-01-14 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > > Dimitris Terzis wrote: > > > > Hi guys... > > > > I am trying to launch an external application from my Java program, > > using exec(). > > > > I do Runtime.getCurrentRuntime() and then try to exec() the > > application (not internal command), providing a properly

Re: problems with rmi (linux 1.2 client, solaris 1.3 server)

2000-01-14 Thread Oliver Fels
On 11 Jan 00, at 11:35, Aaron Stromas wrote: > > > > may someone have a hint as to what my problem may be and how to fix it. > > > > here is what is happening. i have a an rmi application with linux > > > > client (jdk 1.2) and solaris server (jdk 1.3). the client throws an > > > > UnmarshalExcep

Re: January 2000 java-linux FAQ

2000-01-14 Thread Thai
Thanks for the FAQ. It's great. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]