JNIWrapper 通过 JNI 提供一个针对平台相关(比如 Windows 和 Linux)的特性和服务的 Java 接口,这是平台无关的 Java 环境所没有提供的。有些平台相关的操作,比如 Windows 下的注册表项,在 Java 语言中不受支持。为了使用 JNI 来提供这个功能,您需要实现一个本机库和一些 Java 类,并与它配合工作,同时在 Java 调试器和本机端的调试器中测试和调试它。JNIWrapper 提供了用于调用本机库函数的 Java 库。使用 JNIWrapper,您可以在 Java 应用程序中访问本机系统的操作和特性(比如托盘图标或者定制的启动屏幕)。
新版本主要是提供了对Mac OS X的支持
官方提到:
To keep step with the technological progress and to prove our leadership in platform integration solutions, we are proud to announce a new version of our JNIWrapper software with support for Mac OS X on the Intel platform.
The new platform support is available at no cost for all customers having the license for JNIWrapper for Mac OS X.
The new platform support is available at no cost for all customers having the license for JNIWrapper for Mac OS X.
标签: