COM and Java

Hi guys, i am bit confused and i hope so somebody clerify this, i am working to access COM dll through JNI but as we know all the litrature and references always point out that the language should be used is C++ (altough i cant understand why it is so as dll is bit generic and should be available from other languages like VB etc).

So can some body suggests meis that possible to access a dll written in some other language inside the java.

Regards,

[477 byte] By [gripusaa] at [2007-11-27 9:30:15]
# 1
Yes. COM is only a method of doing things. It is still just C/C++, so you can access any of it.
markbernarda at 2007-7-12 22:41:06 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
Google "Java-COM Bridge"
vitallisa at 2007-7-12 22:41:06 > top of Java-index,Java HotSpot Virtual Machine,Specifications...