在 Java Webstart 上部署 SWT 应用程序
是否可以使用 JNLP 部署 SWT 应用程序。特别是加载 swt 本机库(Windows 中的 dll,Linux 中的 dll)?有链接吗?我在 IBM Developer Works 找到了一个,但它只是描述了使用swt.jar。除此之外,是否可以通过 JNLP 加载本机 dll 文件?
Is it possible to deploy SWT applications using JNLP. Especially loading the swt native library (dll in Windows, so in Linux)? Any links? I found one at IBM Developer Works, however it just describes using swt.jar. In addition to that, is it possible to load the native dll files over JNLP?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您链接到的 IBM 开发人员工作文章包含您需要了解的所有内容,包括如何加载本机 dll 文件。
请注意资源中的 nativelib 元素。此处引用的 jar 文件将包含应用程序所需的任何本机库。请参阅此处了解使用nativelib的解释。
The IBM developer works article you linked to contains everything you need to know including how to load the native dll files.
Notice the nativelib element in the resources. The jar file referred to here will contain any native libraries required by the application. See here for an explanation of using nativelib.