默认情况下,Java Applet 不会从 someJar.jar!/META-INF/services/ 加载服务类,这会导致 NoClassDefFoundError 异常。
如何让它发挥作用?
默认情况下,Java Applet 不会从 someJar.jar!/META-INF/services/ 加载服务类,这会导致 NoClassDefFoundError 异常。
如何让它发挥作用?
也许通过使用小程序的 codebase_lookup 属性?
http://docs.oracle.com/javase/6/docs/technotes/guides/plugin/developer_guide/special_attributes.html
以上还暗示您的服务或者捆绑在您的小程序 jar 中,或者您还指定了“代码库”