Search:

Type: Posts; User: 11moshiko11

Search: Search took 0.08 seconds.

  1. Replies
    16
    Views
    5,520

    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...
  2. Replies
    16
    Views
    5,520

    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...
  3. Replies
    16
    Views
    5,520

    Re: sending objects from client to server

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

    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;
  5. Replies
    16
    Views
    5,520

    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
  6. Replies
    16
    Views
    5,520

    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.
  7. Replies
    16
    Views
    5,520

    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 7 of 7