Re: JavaSound in general

2001-04-27 Thread Peter Schüller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Did u say u herd clicks ? Well I'm not sure if it's a click or just a very brief silence :) It's sort of like the thing you hear when looping the same thing over and over again; expect nothing's looping. It's a click, but yet it's not... > If u

Re: java sound install

2001-04-27 Thread Calvin Austin
I've seen a couple instances of this, almost all are attributed to the sound card driver. If you have sb live cards then there is an open source driver from opensouce.creative.com (driver called emu10k). Otherwise check with the vendors site, until ALSA is complete, opensound.com have probably

Re: Problem with server sockets

2001-04-27 Thread Alexander V. Konstantinou
> 1. I'm assuming you are "NULL"ing the used sockets, so they get garbage > collected? You should not rely on garbage collection for scarce resources such as file and socket handles. Make sure you invoke socket.close() when you're done. Since you're working with threads, it is possible th

Re: Problem with server sockets

2001-04-27 Thread kevin1
Thanks a lot for the help. I'm wondering what is the downside of setting fd_max to some huge number... Is there one? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PRO

Re: Problem with server sockets

2001-04-27 Thread Nathan Meyers
Kevin, You probably need to use the Socket.setSoLinger() call. Nathan On Fri, Apr 27, 2001 at 09:59:57AM -0400, kevin1 wrote: > Hello all, > I am somewhat new to java, and I am having a problem with a server app that >I w > rote. > What is happening is that for each connection to th

What causes "failed to create native peer"

2001-04-27 Thread Martin, Stephen
I am working on an application that uses drag and drop and am attempting to create my own DragGestureRecognizer and am getting this message when I try to start a drag operation. If I use the default recoginzer every thing is fine. Is there something that needs to be done in the recognizer that wou

Re: Problem with server sockets

2001-04-27 Thread Nicholas Wright
Hi > I am somewhat new to java, and I am having a problem with a > server app that I wrote. > What is happening is that for each connection to the server, it returns a > Socket and continues the conversation. This is fine. The socket does > some simple tasks and then I close it.

Re: Sun vs Blackdown/Hotspot vs classic and udp sockets

2001-04-27 Thread Nick Lindridge
On Fri, Apr 27, 2001 at 08:27:23AM -0500, Joi Ellis wrote: > I wrote off the IBM JVM last year after living with swing bugs and > a broken debugger that dumped core every time I tried to use it. I > deleted it off my machine after I spent a day crafting a reproducible > test case for the debugge

Problem with server sockets

2001-04-27 Thread kevin1
Hello all, I am somewhat new to java, and I am having a problem with a server app that I w rote. What is happening is that for each connection to the server, it returns a Socket and co ntinues the conversation. This is fine. The socket does some simple tasks and then I close it. That

Re: Sun vs Blackdown/Hotspot vs classic and udp sockets

2001-04-27 Thread Yinghui \(Susan\) Zeng
dear all I am using tomcat on linux. My servlet is in a classes subforder under my home. When servlet run, I don't see the output from System.out.println printed to the screen. What should I do in order to see the output. (Before I was using NT, the output would be printed to the Dos windo

Re: Sun vs Blackdown/Hotspot vs classic and udp sockets

2001-04-27 Thread Joi Ellis
On Thu, 26 Apr 2001, Vladimir G Ivanovic wrote: > Why don't you try IBM's JDK? The Volano test results show it to be a > powerful performer, and coupled with jikes, it makes pretty nifty > development environment. Seems like an all-around winner to me. > > But that may not solve your problem. I

java sound install

2001-04-27 Thread vkanta
Hi all , i am trrying to get java to play sounds to my RH7 box. i am able to play sounds from native linux apps so i think my sound card is properly conf when i try to play sounds from java i get an error saing the swvice is not acceccible and then i get a segmentation fault does any one have a

Re: Sun vs Blackdown/Hotspot vs classic and udp sockets

2001-04-27 Thread Dimitris Vyzovitis
On Thu, 26 Apr 2001, Vladimir G Ivanovic wrote: > Why don't you try IBM's JDK? The Volano test results show it to be a > powerful performer, and coupled with jikes, it makes pretty nifty > development environment. Seems like an all-around winner to me. Yes, but it has some very **nasty bugs**. T