Search:

Type: Posts; User: Ellipsis

Search: Search took 0.37 seconds.

  1. Replies
    2
    Views
    2,455

    Re: Object Stream Hanging...

    Yeah I figured it out. For some reason you have to establish the output streams before the input streams. Now it works perfectly.

    Thanks for the help!
  2. Replies
    2
    Views
    2,455

    Object Stream Hanging...

    Hey Guys,

    I've made programs that use ObjectInput/ObjectOutputStreams across Socket Connections to send Serialized Objects across the line before, but for some reason with this latest program I'm...
  3. Replies
    4
    Views
    2,682

    Re: Progress Bar Problem

    Yeah I meant JProgressBar, I should have been more clear on that one.

    The actual networking/connection (referred to in the code as "comms") is a separate thread. What I'm getting from what you...
  4. Replies
    2
    Views
    5,648

    Re: Multiple socket on same port

    Well I'm not entirely sure I understand your question, but do you mean if say a server listened for connections on one port and multiple clients could try to connect?

    In that case yes, each client...
  5. Replies
    4
    Views
    2,440

    Re: How to write server?

    You're going to have to come up with some form of protocol for your socket connections. How do the two communicate with each other? I find myself in your situation often when I write client/server...
  6. Replies
    4
    Views
    2,682

    Progress Bar Problem

    Hey Guys,

    I've been working on a networked application in Java for the past couple of weeks. But I've hit the same stumbling block I always seem to hit when working on larger applications and it...
  7. Thread: Greetings!

    by Ellipsis
    Replies
    2
    Views
    1,036

    Greetings!

    Hello All,

    Just introducing myself here on the forum. I've been looking for a good Java forum to join and this one has looked the most promising so here I am.

    I've been programming for the...
Results 1 to 7 of 7