How can I send/receive files using J2me between an emulator and apc through a socket connection, I discovered that my IDE does notsupport class File, and so there is no FileInput or Output Streams,so what is the solution please..
Dont know full question from you but basically, to move files acrossnetwork conneciton use:Socket, BufferedReader and BufferedWriter. If you intend using appletsthen you will have to use jarsign.