Search:

Type: Posts; User: 11moshiko11

Search: Search took 0.18 seconds.

  1. Replies
    0
    Views
    1,565

    netbean and debuger client

    hi!

    i have problem with a client i'm writing. i wondered if i can debug 2 clients in the same time? i tried it, but the currsor run automaticly between the debugers. how can i choose which program...
  2. Replies
    16
    Views
    5,522

    Re: sending objects from client to server

    mates, thank you for all your help and all the ideas.
    it seems to be impossible. i need more time to solve it, time that i don't have... i spent a full day and a half for that mechanism and i think...
  3. Replies
    16
    Views
    5,522

    Re: sending objects from client to server

    a lot of ideas. some of them i didn't understand (those which i had to use dos)...

    create a jar for person is the idea that looks the easiest. i tried it before, but i didn't succeeded. i didn't...
  4. Replies
    16
    Views
    5,522

    Re: sending objects from client to server

    i don't understand what do you mean by saying "classpath point to folder"
  5. Replies
    16
    Views
    5,522

    Re: sending objects from client to server

    ok, i removed Person from the server and now i need to import it into sever.

    http://i55.tinypic.com/345he9g.jpg


    i built client package and then tried these coded



    package server;
  6. Replies
    16
    Views
    5,522

    Re: sending objects from client to server

    the structure of the project looks like this:

    http://i56.tinypic.com/2m4pved.jpg

    server:


    run:
    another object from the client
    java.lang.ClassNotFoundException: client.Person
  7. Replies
    16
    Views
    5,522

    Re: sending objects from client to server

    yes, it exist. but why? i don't see any wrong with that... both server and client should "know" the Person class.
  8. Replies
    16
    Views
    5,522

    sending objects from client to server

    hi!

    i wrote a short code of client, server. when i send the object from the client to server, it throws exception in the server: java.lang.ClassNotFoundException: client.Person (Person is the...
Results 1 to 8 of 8