This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / 有没有Java和NET通讯的解决方案
-havent(havent);
2008-4-17
(#4400226@0)
-
I would choose web servie if I don't have to use lower level communications like sockets.
-wangqingshui(忘情水);
2008-4-17
(#4400227@0)
-
I have to use lower level comm, like printer, touch screen
-havent(havent);
2008-4-17
(#4400231@0)
-
你想交换什么信息? 一般web service很方便
-googlebot(bot);
2008-4-22
(#4409358@0)
-
因为没有I/O驱动的API,可系统里有一现成的Java应用控制I/O,想在NET应用里直接调用。
-havent(havent);
2008-4-28
(#4421957@0)
-
Calling Java Classes Directly from .NET
-niu1986(只吃草的牛);
2008-4-29
(#4423408@0)
-
it still needs Runtime Bridges
-havent(havent);
2008-4-29
(#4423557@0)
-
Maybe you can try to compile the Java codes in J#. If you don't have the source codes, you can use Java Reflector(decompiler) to get the source codes. Check another one
-niu1986(只吃草的牛);
2008-4-29
(#4423564@0)
-
be cautious, this may lead to bad structured code
-thunderbolt(孙悟空);
2008-6-23
(#4518036@0)