| Author |
J2EE-CASE-COM-Bridge / VB calling Java Object / Java COM Integration
|
katyayan agrawal
Greenhorn
Joined: May 05, 2001
Posts: 11
|
|
I am using j2ee-cas-com-bridge to make type library of my java classes and using the same in a VB application. As per the documentation when I call Set myObj = JavaNew("package.myclass") method of JavaProxy COM object it is closing my VB application while it is working fine with another class of the same package with only 1 constructor. While previous one is having 4 constructors. With overloaded constructors how to create the object of the class? Regards Katyayan
|
 |
Sean Sullivan
Ranch Hand
Joined: Sep 09, 2001
Posts: 427
|
|
Microsoft Win32 / COM / Java integration http://staff.develop.com/halloway/JavaWin32.html
|
 |
 |
|
|
subject: J2EE-CASE-COM-Bridge / VB calling Java Object / Java COM Integration
|
|
|