Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    16
    Views
    1,410

    Re: JAVA NETWORK client/server architechture

    Ok. Thanks. I usually use a main() like this for testing client/server code in a single JVM:

    public static void main(String[] args) {
    Thread t1 = new Thread(new Runnable() {
    ...
  2. Replies
    16
    Views
    1,410

    Re: JAVA NETWORK client/server architechture

    Then both programs were executed on the same PC which was using Win7.
    Were the server and the client classes executed with their own JVM
    or were they both executed in the same JVM from a third...
  3. Replies
    16
    Views
    1,410

    Re: JAVA NETWORK client/server architechture

    Can you explain where, how and in what order each program is being executed?
  4. Replies
    16
    Views
    1,410

    Re: JAVA NETWORK client/server architechture

    Have you tried putting the server on WinXP?
    I have my own HTTP server I use for testing. It is accessible when run on XP but not on Win7.
  5. Replies
    16
    Views
    1,410

    Re: JAVA NETWORK client/server architechture

    have you tried the server on another OS like WinXP to see if there is a problem with Win7?
  6. Replies
    16
    Views
    1,410

    Re: JAVA NETWORK client/server architechture

    Please explain what the problem is. What happens when you execute the code?
  7. Replies
    16
    Views
    1,410

    Re: JAVA NETWORK client/server architechture

    Please edit your post and wrap your code with code tags:


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.


    Please explain. Copy the full contents of the console and paste...
Results 1 to 7 of 7