简体   繁体   English

Java Applet无法运行,应用程序错误,ClassNotFoundException

[英]Java applet fails to run, Application Error, ClassNotFoundException

A Java applet I have been trying to load has failed to run. 我一直试图加载的Java小程序无法运行。 The box supposed to show the application reads: Error. 应该显示该应用程序的框显示为:错误。 Click for details. 点击查看更多细节。

The Application Error is ClassNotFoundException 应用程序错误为ClassNotFoundException

applets.twodeeeditor.mathEditor applets.twodeeeditor.mathEditor

Details are as follows: 详细信息如下:

Java Plug-in 10.75.2.13
Using JRE version 1.7.0_75-b13 Java HotSpot(TM) Client VM
User home directory = C:\Users\dell
----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------

Clicking "Reload" yields "Internal Error: java.lang.NullPointerException, in unproctoredTest.QuestionSheet" 单击“重新加载”会产生“内部错误:java.lang.NullPointerException,在unproctoredTest.QuestionSheet中”

I have enabled java applets under internet options, and "allowed" the site in question under the java control panel, but the applet still does not work. 我已在Internet选项下启用了Java Applet,并在Java控制面板下“允许”了该站点,但是Applet仍然无法正常工作。

Any help would be appreciated, as I am not familiar with the Java code terms. 我们将不胜感激,因为我不熟悉Java代码术语。

We had a ClassNotFoundException after using java 8 update 45. I'm trying to discover what happens. 使用Java 8更新45后,我们遇到了ClassNotFoundException。我试图发现会发生什么。

http://www.oracle.com/technetwork/java/javase/8u45-relnotes-2494160.html http://www.oracle.com/technetwork/java/javase/8u45-relnotes-2494160.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM