DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3

Hybrid View

  1. #1
    Ning Liang Guest

    integration C++ file with java interface


    Hello,

    I have a java interface to do data conversion, and a GUI in C++ to connect
    to Oracle Express Server and through this GUI, I can run Express commands,
    like loading an .txt data file (which I can got using Java interface) into
    an Express DB. Now I'd like to call that GUI (in .exe file) from java interface
    so that after data conversion, I can input them into a DB directly. If it's
    possible? if so, how to realize that?

    Thank you. Look forward to hearing from you.

    Sincerely,
    Ning Liang

  2. #2
    Paul Clapham Guest

    Re: integration C++ file with java interface

    Runtime.exe("GUI.exe");

    Ning Liang <nliang@cs.ucf.edu> wrote in message
    news:38d96f50$1@news.devx.com...
    >
    > Hello,
    >
    > I have a java interface to do data conversion, and a GUI in C++ to connect
    > to Oracle Express Server and through this GUI, I can run Express commands,
    > like loading an .txt data file (which I can got using Java interface) into
    > an Express DB. Now I'd like to call that GUI (in .exe file) from java

    interface
    > so that after data conversion, I can input them into a DB directly. If

    it's
    > possible? if so, how to realize that?
    >
    > Thank you. Look forward to hearing from you.
    >
    > Sincerely,
    > Ning Liang




  3. #3
    Paul Clapham Guest

    Re: integration C++ file with java interface

    Sorry, that should have been Runtime.getRuntime().exec("GUI.exe");

    Ning Liang <nliang@cs.ucf.edu> wrote in message
    news:38d96f50$1@news.devx.com...
    >
    > Hello,
    >
    > I have a java interface to do data conversion, and a GUI in C++ to connect
    > to Oracle Express Server and through this GUI, I can run Express commands,
    > like loading an .txt data file (which I can got using Java interface) into
    > an Express DB. Now I'd like to call that GUI (in .exe file) from java

    interface
    > so that after data conversion, I can input them into a DB directly. If

    it's
    > possible? if so, how to realize that?
    >
    > Thank you. Look forward to hearing from you.
    >
    > Sincerely,
    > Ning Liang




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links