Click to See Complete Forum and Search --> : Open applications


thiru
March 17th, 1999, 02:21 AM
How to open applications like Excel,Word etc using java

Ajay Raina
March 17th, 1999, 05:48 AM
You will have to write C/C++ code which accesses the

ActiveX controls of Excel/Word,Wrap that in a dll and use JNI to access

the same using Java.


You can find a very useful javabean on ibm's alphaworks site


http://www.alphaworks.ibm.com

which can be used to access Excel


Ajay