Deploying an SWT application on Java Webstart

北慕城南 提交于 2019-12-09 23:45:46

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/1333614/deploying-an-swt-application-on-java-webstart

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!