简体   繁体   English

带有j2me客户端套接字的Java TCP套接字服务器

[英]Java tcp socket server with j2me client socket

I want to create java server socket and j2me client socket which can communicate with each other. 我想创建可以相互通信的java服务器套接字和j2me客户端套接字。

Does anyone know how to do this? 有谁知道如何做到这一点?

Are you trying to share data between two MIDlets running on one mobile phone? 您是否要在一部手机上运行的两个MIDlet之间共享数据?

Are you trying to exchange data between a mobile phone and a remote server? 您是否正在尝试在手机和远程服务器之间交换数据?

Have you read the documentation for the javax.microedition.io package? 您是否已阅读javax.microedition.io软件包的文档?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM