Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Com object in Java , possible?

Tags:

java

com

sorry for stupid question but I don't have any experience with java , nothing about jvm , and it's internals, googling the subj doesn't gave results.

The question is if it's possible to write a com object with Java ? then run it from C# ?

Thanks.

like image 224
StringBuilder Avatar asked Apr 20 '13 20:04

StringBuilder


People also ask

What is object [] in Java?

A Java object is a member (also called an instance) of a Java class. Each object has an identity, a behavior and a state. The state of an object is stored in fields (variables), while methods (functions) display the object's behavior. Objects are created at runtime from templates, which are also known as classes.


1 Answers

Yes , you can use COM Object from Java, Try to read this Link : Using a COM Object from Java

but i don't know the second part

like image 155
Alya'a Gamal Avatar answered Sep 27 '22 23:09

Alya'a Gamal