This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes J2EE-CASE-COM-Bridge / VB calling Java Object / Java COM Integration Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "J2EE-CASE-COM-Bridge / VB calling Java Object / Java COM Integration" Watch "J2EE-CASE-COM-Bridge / VB calling Java Object / Java COM Integration" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: J2EE-CASE-COM-Bridge / VB calling Java Object / Java COM Integration
 
Similar Threads
Visual Basic Client accessing EJB
calling a function in VB dll from java
calling java bean from VB
Callig Java Methods from Visual Basic
Running java from visual basic