How can i use Windows API functions in Java? I'm searching for a reference to guide me about using the Windows API in my Java application on Windows.
For example, I want to control a DVD drive in my Java application. How would I go about doing that?
Any help is appreciated.