In my client/server app I need to send some file (.txt, .doc, etc.) from the client to the server. When I run my code in Eclipse it works, but when I e
You need to copy your resources manually into the jar.
To do so, use 7zip or winRar or anything else, right click and "open archive".
Then drag-and-drop your resouces (e.g. png's etc.) to the appropriate folder (usually root).