Hi all,

any idea how to call a C# method from a java class using sockets(need to access remote methods)??

Recommended Answers

All 2 Replies

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.