Can you give me some pointers on how C # code and Java code interact? Let us define the interaction as something simple: to allow (from Java code) the instant and call of the class method defined in C #, and possibly vice versa.
Is this possible initially? (i.e. without any proxy / skeleton interface mechanism)
And finally, what proxy mechanisms can be used? (i.e. supported by language areas)
java c # interop
Cristi diaconescu
source share