Java/C# Interop
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I'm needing write some Java/C# interop code and I'm wondering if anyone here has experience in this area and could provide a few tips. I understand there are tools that allow you to register Java components as COM objects. This allows you to solve the problem with COM interop. Is this the best way to go? Are there any other great ideas? Thanks!