Problems with loading resources during execution

前端 未结 2 1933
栀梦
栀梦 2020-12-18 07:32

Here\'s the background of the underlying problem, I am collaborating with a group on a project which uses Swt libraries and I am trying to package the software

2条回答
  •  南方客
    南方客 (楼主)
    2020-12-18 08:15

    You could use Java Web Start as a bootstrap mechanism for your multi platform SWT application. See a corresponding entry in SWT FAQ.

    Alternatively, you could put SWT native libraries for each platform into a separate folders and specify them -Djava.library.path in your platform-specific startup script.

提交回复
热议问题