<A HREF="../HowItWorks/HIWFunNGames.asp"><IMG SRC="../images/btssmall.gif" WIDTH="115" HEIGHT="52" ALT="Click here to learn how this page works" BORDER=0></A>
</TD>
</TR>
</TABLE>
<!--END TABLE CONTAINING LOGO, TITLE AND NAVIGATIONAL LINK -->
<BR>
<BR>
<!-- BEGIN TABLE CONTAINING MAIN PLAY AREA -->
<%
' Attempt to load the Java component
If LoadHiddenWords() = False Then
%>
<H2>
<CENTER>
Unable to load the <I>Hidden Words</I> component.
<P>
<TABLE BORDER=1 CELLPADDING=6 WIDTH=90%>
<TR>
<TH BGCOLOR="#C0C0C0" COLSPAN=2>
<FONT SIZE=4>Possible Causes and Remedies</FONT>
</TD>
</TR>
<TR>
<TH BGCOLOR="#F0F0F0" VALIGN=TOP>
<STRONG>Cause</STRONG>
</TD>
<TH BGCOLOR="#F0F0F0" VALIGN=TOP>
<STRONG>Remedy</STRONG>
</TD>
</TR>
<TR>
<TD VALIGN=TOP>
Java component not registered.
</TD>
<TD VALIGN=TOP>
From the command line type: <PRE>JavaReg /register /class:HiddenWords /progid:Hidden.Words</PRE>
</TD>
</TR>
<TR>
<TD VALIGN=TOP>
Java class files not in the CLASSPATH.
</TD>
<TD VALIGN=TOP>
Make sure the following files are in your %SystemRoot%\Java\TrustLib directory:
<DIR>
<LI>HiddenWords.class</LI>
<LI>ChosenWord.class</LI>
<LI>SquareElement.class</LI>
</DIR>
If they are not you will need to reinstall the Exploration Air sample site.
</TD>
</TR>
<TR>
<TD VALIGN=TOP>
Java ASP Component Framework not installed.
</TD>
<TD VALIGN=TOP>
Chose to install the Software Development Kit when installing Internet Information Server.
Then copy the *.class from ...\IISSamples\SDK\Components\Java\Framework to the
%SystemRoot%\Java\TrustLib\aspcomp directory. You may need to create the aspcomp directory first.