building 1.2.2

2000-12-15 Thread Brian Craft
(resending this, since the server seems to eat messages unless you're subscribed) - Forwarded message from Brian Craft <[EMAIL PROTECTED]> - Hey -- I got the Sun source, for jdk1.2.2, but the build is horribly broken. It spits out invalid assembler code, among other things. With a bit o

jmf linux setup q

2000-12-15 Thread Billy V. Kantartzis
Hi all ,   i am a student and new in java and muktimedia and i would like to use jmf in my applications. I have a problem setting up the jmf for linux can some onw point to me the following how do i set the jmf registry ? i tryed doing this from the regisrty editor  it has found my device or it s

Re: Socket Exception out of Nowhere !!

2000-12-15 Thread Udo K Schuermann
One way to check this is this way: final String xmsg = Exception.getMessage(); if( (xmsg != null) && xmsg.equals("Interrupted system call") ) { // count the number of repeats of this and perhaps retry } -- - |._.|_ Udo K. Schuermann"The f

Pablo - JavaMail

2000-12-15 Thread Pablo Trujillo
I am working with Javamail to develop a service of e-mail on Web. I have problems to use the function renameTo of this bookstore. If somebody has some example of like it is used writes me. Greetings Pablo - Click here for Free Video!! http://www

jmf rh7

2000-12-15 Thread Billy V. Kantartzis
i am making an proect as a student and i would like to use jmf to play somw multimedia files throught my applications. I am using a rh7 linux box. i have tryed the demo applets and they are displaying the video bat the sound is not playing. When i tryed  to play some wav files i got some rather s

RE: Socket Exception out of Nowhere !!

2000-12-15 Thread KIRKBRIDE Rob
This sounds like you are using non-native threads as I've seen this behaviour in other languages besides Java if you don't use the native threads model. If non-native threads are being used when a thread reschedule arrives it causes recv operations to be interrupted with an errno of EINTR (interru