Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/303.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 小程序在签名后抛出ClassNotFoundException&;更新舱单_Java_Internet Explorer_Applet_Internet Explorer 11_Signed Applet - Fatal编程技术网

Java 小程序在签名后抛出ClassNotFoundException&;更新舱单

Java 小程序在签名后抛出ClassNotFoundException&;更新舱单,java,internet-explorer,applet,internet-explorer-11,signed-applet,Java,Internet Explorer,Applet,Internet Explorer 11,Signed Applet,我的jar文件正好位于/Test2XML/applets/中,名为MyIPFetcher.jar。我正在尝试使这个jar兼容于IE8+IE11和JRe 1.6+1.7 MyIPFetcher.jar正在尝试获取客户端PC的IP地址 PS:IP地址和URL因安全原因而更改 权限:所有权限 代码库:https://fakeurl/Test2XML/applets/ 123.23.43.45 应用程序名称:IPFetcher应用程序 应用程序库允许的代码库:https://fakeurl/Test2

我的jar文件正好位于/Test2XML/applets/中,名为MyIPFetcher.jar。我正在尝试使这个jar兼容于IE8+IE11和JRe 1.6+1.7

MyIPFetcher.jar正在尝试获取客户端PC的IP地址

PS:IP地址和URL因安全原因而更改

权限:所有权限
代码库:https://fakeurl/Test2XML/applets/ 123.23.43.45
应用程序名称:IPFetcher应用程序
应用程序库允许的代码库:https://fakeurl/Test2XML/applets/ 123.23.43.45

调用方允许的代码库:https://fakeurl/Test2XML/applets/ 123.23.43.45
JVM无法加载您的ClientLogger类


检查您的类路径是否包含该jar,如果您的类路径不包含该jar,则只需将该类添加到您的类路径中即可

如何检查它是否在类路径中?还有任何关于…的建议,我在applet标记下指定java脚本中的codebase属性。我也需要在清单中指定吗?不知何故,我添加了Trusted Library属性,这个错误消失了。不确定为什么我需要清单中的受信任库。