API Function
-
I want to use API function in Java, how to load DLL of api function. please help me. my email: rahmat_7088@yahoo.com
you do not now anything about JAVA do you? JAVA uses jar-files. no DLL. Which API is it that you want to use?
regards Torsten When I'm not working
-
I want to use API function in Java, how to load DLL of api function. please help me. my email: rahmat_7088@yahoo.com
Torsten may be quite correct in his comments, but it may also be that you are thinking of the Java Native Interface[^].
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
I want to use API function in Java, how to load DLL of api function. please help me. my email: rahmat_7088@yahoo.com
-
you do not now anything about JAVA do you? JAVA uses jar-files. no DLL. Which API is it that you want to use?
regards Torsten When I'm not working
-
I want to use Setactivewindow function's API. please help me. how to use JNI , Native Function , . . . . in java.
rahmat_20 wrote:
how to use JNI
Did you look at the link I gave you? It contains all the information you need to use JNI.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
I want to use Setactivewindow function's API. please help me. how to use JNI , Native Function , . . . . in java.
rahmat_20 wrote:
I want to use Setactivewindow
Presumably NOT because you think this is necessarily going to work with a java component. So your FIRST steps. 1. Learn C/C++ 2. Learn how to create a windows window 3. Write C/C++ code to call SetActiveWindow() 4. Test it. NONE of the above has anything to do with java. DO NOT write java until you have the above working.