Is there a way to instansiate a Java object using VB?
(access a class in a dll that was written in Java - from a vb application?)
Printable View
Is there a way to instansiate a Java object using VB?
(access a class in a dll that was written in Java - from a vb application?)
Possibly. I've been looking in to this the last couple days. I don't quite have the answer yet. Google groups has some info on creating a java dll. I think one may also have to use the Java JNI. That may help get you looking in the right direction.:confused: