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

    Wink Accessing executable program in C language

    Hi there.
    I'm dealing with an application that has to access an executable program written in C language using java. Could you give me an idea on how to do this? Do I have to use a JNI?
    thanks.......

  2. #2
    Join Date
    Jun 2005
    Posts
    33

    Thumbs up Re: Accessing executable program in C language

    Of course, u should use the java Native Interface.
    Use the following link :

    http://java.sun.com/docs/books/tutor...tep/index.html

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