Perhaps a Com object in Java?

Sorry for the stupid question, but I have no experience with java, nothing about jvm and its internal ones, googling subj did not give any results.

The question is, can I write a com object with Java? then run it from c #?

Thanks.

+6
source share
1 answer

Yes, you can use a COM object from Java, try reading this link: Using a COM Object from Java

but I do not know the second part

+6
source

All Articles