CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    9

    Open applications



    How to open applications like Excel,Word etc using java

  2. #2
    Join Date
    Mar 1999
    Posts
    8

    Re: Open applications



    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured