Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

How can I send/receive files using J2me between an emulator and a pc through a socket connectio

  Asked By: Lisa    Date: Jan 08    Category: Java    Views: 1272
  

How can I send/receive files using J2me between an emulator and a
pc through a socket connection, I discovered that my IDE does not
support class File, and so there is no FileInput or Output Streams,
so what is the solution please..

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Johnathan Nelson     Answered On: Jan 08

Dont know full question from you but basically, to move files  across
network conneciton use:

Socket, BufferedReader and BufferedWriter. If you intend using applets
then you will have to use jarsign.

 




Tagged: