How to use winapi functions in java?

前端 未结 3 2151
误落风尘
误落风尘 2020-12-09 13:32

I am doing a project in java which has the function to add files in database, and i want to use winapi functions to select files. How would i do that?

3条回答
  •  春和景丽
    2020-12-09 14:07

    I strongly advise JACOB (Java COM Bridge) for using COM interfaces. http://sourceforge.net/projects/jacob-project/

    I wrote an app for getting song infos from Amazon Web Services. Its a nice library to have.

提交回复
热议问题