CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Api call from java

    Hi
    Is there any way to call windows api functions from java if any please give me the guidlines or piece of code which would do it.
    This is urgent
    Thanks in advance

    Regards
    Anup


  2. #2
    Join Date
    Aug 1999
    Posts
    11

    Re: Api call from java

    hi,
    AFAIK U have to make calls to the windows API functions in a C/C++ program and then call that C/C++ program using Java Native Interface.

    U will get an idea of this if u look at how java is doing this in the source code of SUN. This is related to the concept of PEERS in java.

    thanx
    devi prasad m. p.

    Keep working hard!!!
    Keep climbibg high!!!

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