<p class="MsoNormal">Hi</p>

<p class="MsoNormal">&nbsp;</p>

<p class="MsoNormal">I'am trying to make a pmwiki page to call an applet. So I
added the applet recipe to the /var/www/pmwiki/cookbook directory and </p>

<p class="MsoNormal">I set the PubDirUrl variable (within pmwiki.php) to "
http//&lt;IP-address&gt;/pmwiki/pub" . Within the /var/www/pmwiki/pub/applets
directory I placed the applet Clock.class.</p>



<p class="MsoNormal">&nbsp;<br>The pmwiki page calling the applet looks like this:</p>



<p class="MsoNormal">&nbsp;(:applet code=&quot;Clock.class&quot; codeBase=&quot;/&quot;
width=&quot;150&quot; height=&quot;150&quot;:)</p>



<p class="MsoNormal">&nbsp;Result: &nbsp;the java console saying</p>



<p class="MsoNormal">&nbsp;Load: class Clock.class not found</p>

<p class="MsoNormal">Java.lang.ClassNotFoundException: Clock.class</p>

<p class="MsoNormal">…..</p>

<p class="MsoNormal">Caused by: java.io.IOException: open HTTP connection failed</p>

<p class="MsoNormal">&nbsp;</p>

<p class="MsoNormal">Looking within applet.php the AppletRootCodebase is set to "
$PubDirUrl/applets", but the applet can't be found at the defined place. Why??</p>



<p class="MsoNormal">Greetings</p>



<p class="MsoNormal">Sjaak van Werkhoven</p>

<br>