How to Serialize a file path from client to server?

I am using serializing concepts in java. I am stuck, that how can i send only file path from client to server?

[117 byte] By [Jigisha] at [2007-11-27 11:43:33]
# 1

String?

BigDaddyLoveHandlesa at 2007-7-29 17:50:38 > top of Java-index,Java Essentials,Java Programming...
# 2

I am tryig to send filepath as a string from client to server. It doesnt work on the other end at of the server. What should I do to transfer file path then?

Jigisha at 2007-7-29 17:50:38 > top of Java-index,Java Essentials,Java Programming...
# 3

Define "It doesn't work"

BigDaddyLoveHandlesa at 2007-7-29 17:50:38 > top of Java-index,Java Essentials,Java Programming...
# 4

Um, ill take a wild guess and say that youre trying to

access a file on another computer using that path?

That wont work.

What could the other computer possible do

with that path unless both computers are networked to a

common drive, or if they are networked to each other in a way

where the root in the file path would point to the same place

on either computer?

TuringPesta at 2007-7-29 17:50:38 > top of Java-index,Java Essentials,Java Programming...
# 5

Don't guess.

Don't apologize.

Don't order butter chicken.

BigDaddyLoveHandlesa at 2007-7-29 17:50:38 > top of Java-index,Java Essentials,Java Programming...
# 6

Don't Panic

TuringPesta at 2007-7-29 17:50:38 > top of Java-index,Java Essentials,Java Programming...
# 7

I am using the same computer but two instances of JVM.

Jigisha at 2007-7-29 17:50:38 > top of Java-index,Java Essentials,Java Programming...
# 8

Define "It doesn't work"

BigDaddyLoveHandlesa at 2007-7-29 17:50:38 > top of Java-index,Java Essentials,Java Programming...