相关疑难解决方法(0)

What is the best way to pass information from java to c++?

I have a java application I need to pass some info to a C++ program. It has been suggested that I use some simple socket programming to do this. Is this the best way? If not what are the alternatives? If so, how should I go about learning about socket programming?

c++ java sockets cross-platform

18
推荐指数
2
解决办法
5365
查看次数

Windows操作系统环境中C++应用程序与Java App之间的进程间通信

我们在Windows上有一个启动java进程的C++应用程序.这两个应用程序需要相互通信(通过xml的片段).

你会选择什么进程间通信方法,为什么?

我们的表上的方法是:共享文件,管道和套接字(虽然我认为这有一些安全问题).我对其他方法持开放态度.

c++ java windows ipc

6
推荐指数
1
解决办法
6234
查看次数

C++和Java对象通信

我需要在我的应用程序中建立C++层和Java层之间的通信模型.最初,我计划使用SOAP with XML,但我的客户对建立数据库通信渠道感兴趣.

我是DB的新手,不知道如何继续.我想就使用数据库在C++和Java层之间的对象实现通信方面提出真诚的建议.

谢谢,Geet

c++ java

6
推荐指数
1
解决办法
787
查看次数

标签 统计

c++ ×3

java ×3

cross-platform ×1

ipc ×1

sockets ×1

windows ×1