Search:

Type: Posts; User: Jim Ryan

Search: Search took 0.14 seconds.

  1. Replies
    5
    Views
    2,300

    Re: Weird Issue in Getting Mac Address

    Yes, it works, thanks again.

    I don't know how to poll a buffer so I used BufferedReader.readLine(). Works like a charm!

    By the way, my co-worker says that the original (flawed) code used to...
  2. Replies
    5
    Views
    2,300

    Re: Weird Issue in Getting Mac Address

    Thanks, Sean4u. That's a great lesson on buffering. I'll give it a try and post back with the results...
  3. Replies
    5
    Views
    2,300

    Weird Issue in Getting Mac Address

    I'm using Eclipse in Windows 7, 64-bit. I have some pretty standard code that does this:


    BufferedInputStream bi;

    try {
    // WINDOWS VERSION
    if...
Results 1 to 3 of 3