我一直在查看有关此问题的其他问题,但没有发现任何与我的情况相似的问题。我用 Java 制作了一个小程序,我注意到我只能从我的桌面打开 HTML(with )。如果我尝试从计算机上的任何其他位置打开它,它将抛出 ClassNotFoundException,尽管该类与 html 文件位于同一文件夹中。
什么会导致这种情况?
谢谢你。
<HTML>
<HEAD>
<TITLE> .. </TITLE>
</HEAD>
<BODY>
<BODY BGCOLOR="#F0F0F0">
<p><center><img src = "Reunion2013.gif"></center></p>
<p><font size="5"><b><center>Murdock High School Alumni - It's Time to Party Together,
<center></b></font></p>
<table border="0">
<tr>
<td><b>Instructions</b><p></p></td>
</tr>
<tr><td>
<OL><LI>Fill in all information below. For State, enter the two-letter abbreviation.
<LI>To restart your registration at any time, click the <i>Clear</i> button.
<LI>To submit your registration, click the Register button (A summary will display <br>
</br>
</td></tr>
</OL>
</table>
<p><center><APPLET CODE="ReunionRegistration.java" WIDTH=650 HEIGHT=250></center></p>
</APPLET>
</BODY>
</HTML>