Click to See Complete Forum and Search --> : Api call from java


August 24th, 1999, 12:07 AM
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

DeviPrasad
August 24th, 1999, 10:22 AM
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!!!