I have little knowledge about COM in VB, how could i create COM object that could be called in a java application?
any help will be greatly appreciated.
Printable View
I have little knowledge about COM in VB, how could i create COM object that could be called in a java application?
any help will be greatly appreciated.
I think you can, if you can access dll's through java, it should not be a problem. COM is supposed to be platform / language independant, but it is not vey good at doing it.
If i remember correctly, Cobra is better suited to java. I suggest you look into that.
thanks a lot, i will try that
Try reading through this:
http://gamelan.earthweb.com/javaprog.../tij0190.shtml
It covers several ways of accessing native code using Java. It goes over both COM and CORBRA.