|
-
August 24th, 1999, 12:07 AM
#1
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
-
August 24th, 1999, 10:22 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|