<p class="MsoNormal">Hi</p>
<p class="MsoNormal"> </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//<IP-address>/pmwiki/pub" . Within the /var/www/pmwiki/pub/applets
directory I placed the applet Clock.class.</p>
<p class="MsoNormal"> <br>The pmwiki page calling the applet looks like this:</p>
<p class="MsoNormal"> (:applet code="Clock.class" codeBase="/"
width="150" height="150":)</p>
<p class="MsoNormal"> Result: the java console saying</p>
<p class="MsoNormal"> 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"> </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>