Re: Well done

1998-09-13 Thread zembee
I could write a long one, but I'll keep it short. Thanks! and amazingly it works. smbinyon

Re: Well done

1998-09-13 Thread Ethan Blanton
> > what does everyone else think ? > > > > James Howe I just joined this list today, and I just started using the Linux Java port today, but I am very appreciative. Not being a proficient coder, I am very grateful that someone has ported this and made it available to schmucks like me. This Jav

Re: Well done

1998-09-13 Thread S.Ramaswamy
Yes! we are all grateful for the wonderful work that they are doing for *US*. A very big Thank You. And it was nice of you James to think of this Regards S.Ramaswamy James Howe wrote: > To Everyone,, > > It is very easy just to get caught up in all the errors about the jdk that get > posted t

Re: Reading /dev/cua? or /dev/ttyS?

1998-09-13 Thread Michael Sinz
On Sun, 13 Sep 1998 17:46:39 -0300, Fernando Soares Barrocal wrote: > >Brazilian Hello ! > >I have a CodeBar Reader attached at /dev/cua1 and I can read from it from >some applications, opening the "/dev/cua1" file and reading from it ! > >There is any way to do this with java ? Well, if you do

Re: To read from a port

1998-09-13 Thread Michael Sinz
On Sun, 13 Sep 1998 20:56:35 +0200, Carlos Garcia wrote: >Hi. There is somebody who can tell me how to get information from a >Ethernet card on my PC system? Of course, I know the protocol of the outward >system. >From the ethernet card? Or do you want to read from a TCP/IP (TCP or UDP) dat

Reading /dev/cua? or /dev/ttyS?

1998-09-13 Thread Fernando Soares Barrocal
Brazilian Hello ! I have a CodeBar Reader attached at /dev/cua1 and I can read from it from some applications, opening the "/dev/cua1" file and reading from it ! There is any way to do this with java ? Thanks for any hint ! Fernando Soares Barrocal Technology Analyst TEAM Systems

To read from a port

1998-09-13 Thread Carlos Garcia
Hi. There is somebody who can tell me how to get information from a Ethernet card on my PC system? Of course, I know the protocol of the outward system. Thanks.

using ddd w/ java?

1998-09-13 Thread Darrell Berry
has anyone done an FAQ on this? how do i get started (never used DDD before, as most of my unix work is in perl and generally don't feel the need for an graphical debugger...however with java...) thnx for any help! -- "a gust of wind...a dog barks..."

Problem starting java with jdk1.1.6v4a-i386-glibc

1998-09-13 Thread Simon Arthur
I just downloaded and installed jdk1.1.6v4a-i386-glibc.tar.gz as the instructions in the README specify. However, I can't seem to get Java running: [chroma@chroma /extra]$ java /usr/local/java/bin/../bin/i486/green_threads/java: error in loading shared libraries libXp.so.6: cannot open shared obj

Re: UI java-Unix

1998-09-13 Thread Albert Y.C. Lai
Laura <[EMAIL PROTECTED]> writes: > try{ > String[] com_ps= > {"/bin/sh", "-c", "/bin/chmod 755 esegue", "./esegue"}; > Process p = Runtime.getRuntime().exec(com_ps); > }catch (IOException e0){ > System.err.println(e0); > System.exit(0); > } > } Runs fine with me: the permissions of the file e

Re: Quite Well Done! (offtopic)

1998-09-13 Thread Norman Shapiro
Me too. [EMAIL PROTECTED]

Re: Trouble compiling

1998-09-13 Thread Levente Farkas
Gudmundur Erlingsson wrote: > > Hi there, > > This is probably quite a simple problem with an appropriately simple > solution, but I sure don't know how to solve it. I downloaded the > jdk-sbb-1.1.6-4a.glibc.i386.rpm from the redhat ftp-site and installed it > just fine. But when I try to compil