|
Re: Running an Excel program from Java
|
Posted: Oct 24, 2005 11:47 PM
|
|
> I've searched and read that it can be done through JNI, > but I'm unable to find something clearly defined or > close.
I have never used VB, but JNI enables you to make calls to libraries written in Native (C or C++, etc), if VB has simlar libraries, then it should be possible to make calls to VB libraries. Making calls to libraries that your application uses, to me is similar to executing the VB application itself. Hence that would be like you're using Java to execute the VB application.
|
|