Hi all,
any idea how to call a C# method from a java class using sockets(need to access remote methods)??
Hi all,
any idea how to call a C# method from a java class using sockets(need to access remote methods)??
take a look at RPC's or JNI
JNI won't work.
The question makes little sense as placed. If the "remote methods" have a published protocol to call them implement that protocol.
If they don't, tough luck.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.