Is there a Java library to access the native Windows API?

前端 未结 6 835
难免孤独
难免孤独 2020-11-28 11:13

Is there a Java library to access the native Windows API? Either with COM or JNI.

6条回答
  •  無奈伤痛
    2020-11-28 12:02

    Jacob is quite good on the COM side (but it's real COM - like you write in C++ - if you are familiar with true COM programming, then Jacob is a snap to use)

提交回复
热议问题