简体   繁体   English

将Symbian应用程序连接到j2me应用程序

[英]connecting symbian application to j2me app

is there a way to call java me application out of Symbian's C++ app? 有没有办法从Symbian的C ++应用程序中调用Java me应用程序? Perhaps some link ? 也许有些联系?

If you need to make Symbian code communicate (rather than just launch) with J2ME application code, then one of the simplest ways is to use a local TCP/IP socket. 如果您需要使Symbian代码与J2ME应用程序代码进行通信(而不是仅仅启动),那么最简单的方法之一就是使用本地TCP / IP套接字。 Either make your Symbian or Java code listen on an unused port, then have the other connect to it. 使您的Symbian或Java代码在未使用的端口上侦听,然后使另一个连接到该端口。 Then you can implement some kind of simple protocol to have both sides communicate. 然后,您可以实现某种简单的协议来使双方进行通信。

诺基亚论坛上一篇文章介绍了如何从Symbian C ++启动Java应用程序。

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

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