serial communication

1999-08-02 Thread R MUTHUSWAMY
i want to program serial port, what is the api should i get. Thanks in advance, MUTHU. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Trouble with policytool

1999-08-02 Thread Oliver Fels
At Tue, 03 Aug 1999 Walter Chang wrote: >When I ran policytool and tried to add a policy entry, the program hung >without giving me any error message. Has anyone experienced this? Can >I work around it? Yes: Edit your poliy files manually. Oliver --

Re: JWS on Linux

1999-08-02 Thread John N. Alegre
There is a link at the blackdown site http://www.blackdown.org/java-linux/products.html Follow the instructions in the "JavaWebServer" section and it all just works. john On 28-Jul-99 Matt Zagni wrote: > Adil, > > About a week ago I posted my results on installing the JavaWebServer1.1.3 > it

Re: RMI on Linux

1999-08-02 Thread Glenn Valenta
> > what is the URL? try "rmi://127.0.0.1/servername", if that fixes it then > take a look at the output of a call like InetAddress.getLocalHost() or play > around with some of the other methods in this class, brcause this sounds > like a TCP configuration problem... > I can get mine to work lo

Re: RMI on Linux

1999-08-02 Thread Chris Abbey
>Anyone been able to succesfully launch rmiregistry and bind >UnicastRemoteObjects to it on Linux? Yup, use a lot of it... works quite well. >First, do you know of any way to debug rmiregistry when it launches? The >reason I'm asking is this, when I launch rmiregistry "./rmiregistry 1099 >&" as

Trouble with policytool

1999-08-02 Thread Walter Chang
When I ran policytool and tried to add a policy entry, the program hung without giving me any error message. Has anyone experienced this? Can I work around it? Walter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subj

Re: [OT] jikes [was headed OT: Re: Working with many .java files]

1999-08-02 Thread Daniel Barclay
> From: Moses DeJong <[EMAIL PROTECTED]> > In Java the path > name of the file defined what package it should be inside of. NO! It's the package clause _inside_ the source file that defines which package the class belongs to. Whether the source file is in a directory hierarchy match

How can I help?

1999-08-02 Thread Mike Christiansen
I have wanted to contribute to Linux for a while now. I would most like to help make my favorite programming language successful on my favorite OS. What can I do? Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subjec

Re: Cut-n-paste?

1999-08-02 Thread Nathan Meyers
Thanks for the enthusiastic review... As for pasting into TextArea, that's probably Motif or the X Toolkit (on which Motif is built) doing it for you, not JDK code. Based on my one brief experiment, I don't think you'll see it with Swing components. I wouldn't be surprised if Motif/Xt also takes

Re: Cut-n-paste?

1999-08-02 Thread Larry Gates
>Date: Sat, 31 Jul 1999 15:12:11 -0700 >From: Nathan Meyers <[EMAIL PROTECTED]> >This discussion inspired me into a burst of frenzied activity, and I've >written a simple JNI-based solution. Check out XClipboard at >http://www.teleport.com/~nmeyers/FreeWare/ It works!! Nathan, this is abso

Re: please help a java-linux newbie with swing

1999-08-02 Thread Dimitris Vyzovitis
Ken Huisman wrote: > > I downloaded swing from sun and I unpacked it in a directory, followed > the instructions and so on. The problem I have is when I go to run > the SwingSet example, I get the following error: > > /usr/local/jdk/lib/i686/native_threads/libawt.so: undefined symbol: XtShellStr

Re: RMI on Linux

1999-08-02 Thread Nelson Minar
>Anyone been able to succesfully launch rmiregistry and bind >UnicastRemoteObjects to it on Linux? Yep. I'm not using the rmiregistry script itself, but I make extensive use of RMI in my work and it's just fine in Linux. Make sure you have the latest JDK you can run, RMI gets frequent bugfixes.

RMI on Linux

1999-08-02 Thread Marshall Greer
Hey- Anyone been able to succesfully launch rmiregistry and bind UnicastRemoteObjects to it on Linux? First, do you know of any way to debug rmiregistry when it launches? The reason I'm asking is this, when I launch rmiregistry "./rmiregistry 1099 &" as a daemon process all seems fine. However,

Re: Working with many .java files

1999-08-02 Thread Kristian Soerensen
> > How do you manage a project with so many .java files, say more than 100? > I can't believe I'll be forced to wait 3 minutes of compilation (on a 128Mb > K6-2 350Mhz) every time I forget a ; or mistype a variable. Go to http://alphaworks.ibm.com download and install jikes [elof@hugin HEII