TCP & SIGIO & SO_NOSPACE(sock_wmalloc() failure)

1999-01-24 Thread Uncle George
Are u folks aware that you wont get an EAGAIN/SIGIO sequence if there is no avail socket buffer space ? on an O_NONBLOCK socketed fd, if u writev too many characters ( approx 260k worth), u 1) get only a partial write ( ~~60k chars ) 2) Try to write the other chars on the next writev() gets you

Re: Is there a good java Linux debugger?

1999-01-24 Thread Peter Harris
Try Nedit. At 1:00 AM +1100 24/1/99, Colin McDonald wrote: >Is a java debugger the same thing as a java editor. I'm looking for a >Java Editor (preferable with Colours) to use in Linux. Currently I use >Kawa in Win 32, and I am looking for something similar to this for >Linux. > >Thanks > >Chr

RE: Serial port access

1999-01-24 Thread Ross Mark
Serial port is supported in Java by using Sun's javax.comm package and the RXTX driver for Linux. Check out http://jarvi.ezlink.com/rxtx/ Remember to download the javax.comm package for Solaris as the Windows version won't work with the RXTX driver. Ross -Original Message- From: Per

Re: jikes and java.lang

1999-01-24 Thread Java Distribution
Thanks for the condescending answer. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Guy Cole (KQ6J) * "Expert Plain And Fancy Bit Twiddling" * [EMAIL PROTECTED] "Evil Genius for Dummies" - Buy a copy today! World Domination Tomorrow! On Thu, 21 Jan 1999, J

Re: When

1999-01-24 Thread kornel c
I did. It didnt work. - Original Message - From: Justin Lee <"justinl[remove to reply]"@intelis.com> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 19, 1999 12:15 PM Subject: Re: When >Has anyoune tried running Java 2 under Wine? > >-- >Justin Lee | Freedom means love without condition

Re: jikes & '$' in variable names....

1999-01-24 Thread Jerry McBride
>On Thu, 21 Jan 1999, Nelson Minar wrote: > >> > 16. boolean Size$readonly = true; >> >*** Lexical Error: Illegal token >> >now standard javac has nothing t complain about this is there a >> >way i culd continue to use jikes? is it a problem with my setup? >> >> RTFM. Use "jikes -$".

Re: JDK 1.1.7 native threads + linux-2.2.0pre8 + glibc2 (i686)

1999-01-24 Thread Vesco Claudio
Hi! Nathan Meyers <[EMAIL PROTECTED]> writes: > Did native threads ever achieve production quality in Linux JDK 1.1? > I never had much luck with them on Linux 2.0... tended to dump core > on me. In kernels 2.2.0pre <= 7 I had no problems: I had run jpython (like a shell) + together + netbeans i

Re: Printing in Java

1999-01-24 Thread Peter T Mount
On Sat, 23 Jan 1999 [EMAIL PROTECTED] wrote: > i don't think it is in 1.1.6 APIs but 1.2 or Java2 has it std. part of > SWING. Basic printing support was introduced in 1.1.x using the java.awt.PrintJob class. I've been using this for various apps with 1.1.6 for ages. Also, my pdf generator exte