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
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
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
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
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
>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 -$".
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
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