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.
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