Re: javacomm

1999-07-04 Thread Kevin Ryan
The Sun comm API stuff is at: http://java.sun.com/products/javacomm/index.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Advertisment: WebArchive '99 / With RESELL RIGHTS

1999-07-04 Thread Indysoft Online
How would you like to actually make money on the Internet? FORGET All of those bogus chain letter/MLM type offers that only cost you money & won't make any back. This product is a REAL money maker. I have been selling it since Novermber of 1998 and Have already make over $5,000 in my spare time. Y

javacomm

1999-07-04 Thread alx
Does anybody know where I can get the RXTX package for doing serial commin Linux? Trent Jarvi's site doesn't appear to be responding. Also, if anyone knows where to get the requisite CommAPI from sun, that would be helpful as well, as Sun's site appears to be overloaded as well. Thanks in advan

Re: How to read from output streams

1999-07-04 Thread Mak
At 19:25 4/07/99 -0400, Michael Sinz wrote: >Well, Win95 and Win98 have certain limits for console based programs. >Many older (16-bit) programs don't actually use STDOUT/STDIN but rather >write to the console directly (via "video memory") > >Also, under Win95/Win98 you have some problems with ST

JDK 1.2 really slow - *NOT A BUG in JDK*

1999-07-04 Thread W. Christopher Everhart
I was having some problems with the pre-release of JDK1.2 being very very slow. I tested it with NetBeans, and compared the results to a versino of NetBeans with JDK1.1.7v3 and noticed that both were slow, but the newer version was even slower. It ends up that the problem was with the distribu

Re: How to read from output streams

1999-07-04 Thread Michael Sinz
On Sun, 04 Jul 1999 15:15:28 -0700, [EMAIL PROTECTED] wrote: > >Yes I have flushed the writer. As I wrote earlier I can read & write to >another separate Java program but not C-program. > >Onething I forgot to say though. I'm developing this program in Win98 >platform although end of the day i h

Re: How to read from output streams

1999-07-04 Thread ceylon
Yes I have flushed the writer. As I wrote earlier I can read & write to another separate Java program but not C-program. Onething I forgot to say though. I'm developing this program in Win98 platform although end of the day i have to run it on a Linux machine for my university project. But I'm

Re: How to read from output streams

1999-07-04 Thread Nathan Meyers
[EMAIL PROTECTED] wrote: > > Hi there > > This is what I'm DESPERATLY after. I can read the output and write to > input BUT THIS IS ONLY IF it's another Java program that I am calling > within by Java program using: > > Read: > is= GUIprogres.getInputStream(); > BufferedReader reader = new Buff

RE: mysql - jdbc???

1999-07-04 Thread Aravind Selvaraje
Check out http://www.worldserver.com/mm.mysql/ It works. -- Aravind > -Original Message- > From: ½ÅÇöÀÏ [mailto:[EMAIL PROTECTED]] > Sent: Sunday, 4 July 1999 19:21 > To: [EMAIL PROTECTED] > Subject: mysql - jdbc??? > > > Hi.. > I test a JDBC.. > I use Mysql DB. > I want Mysql Driver fi

Re: How to read from output streams

1999-07-04 Thread ceylon
Hi there This is what I'm DESPERATLY after. I can read the output and write to input BUT THIS IS ONLY IF it's another Java program that I am calling within by Java program using: Read: is= GUIprogres.getInputStream(); BufferedReader reader = new BufferedReader(new InputStreamReader(is)); and the

TextAWT (was: Linux Desktop based on JDK 1.2)

1999-07-04 Thread Christoph Terhechte
On Fri, 2 Jul 1999, Kent Smith wrote: > Here's a link - don't know if it's the one refered to below. > > Text AWT for Java > http://www.geocities.com/SiliconValley/Grid/1239/ I've downloaded, unzipped (attention, under Linux, use unzip with the -U option or else you'll lose the uppercase letter

mysql - jdbc???

1999-07-04 Thread ½ÅÇöÀÏ
Hi.. I test a JDBC.. I use Mysql DB. I want Mysql Driver file and a simple source. anybody success this(myslq-java) send me. thank. I'm korean boy.. I'm not good English..sorry. good-bye. --MIME Multi-part separator-- -- To U