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
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
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
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
> 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
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
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.
[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
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
Thanks for the FAQ. It's great.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
10 matches
Mail list logo