SWT.WebKit doesn't load: No More Handles - [Safari must be installed to use a SWT.WEBKIT-style Browser]

送分小仙女□ 提交于 2019-12-04 17:25:43

The reason is that Apple moved the "Apple Application Support" folder in the latest Safari installers from

C:\Program Files (x86)\Common Files\Apple\Apple Application Support\

to

C:\Program Files (x86)\Common Files\Apple\.

SWT simply cannot find it (see this bug).

There are two workarounds until SWT support of the new folder is added:

  • Install Apple QuickTime or iTunes - they still place "Apple Application Support" in C:\Program Files (x86)\Common Files\Apple\
  • Or add APPLE_INSTALLATION_DIR\Apple Application Support\ to the PATH environment variable

It turns out that the problem was that the Safari installation didn't install the Apple Application Support; after carefully comparing the two machines I found an Installer, copied it over and ran it, and voila, the error is gone.

Anybody know anything about this? Also, could anybody help me out with a (legit) link to this installer, for future reference and updates (no, google didn't help)?

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