You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Eberhard Buckel <eb...@klt-ag.de> on 2003/05/08 13:07:48 UTC

ClassNotFound

Hi,

I am using an HTML portlet. It is stored in 
"..\jakarta-tomcat-4.1.18\webapps\standarduser\WEB-INF\conf\local-portle
ts.xreg" as:

<portlet-entry name="HTML_test" hidden="false" type="ref" parent="HTML"
application="false">

        <meta-info>
            ...
        </meta-info>

        

        <url cachedOnURL="true">/html/test_it.html</url>

</portlet-entry>

the used html file is stored in
  "..\jakarta-tomcat-4.1.18\webapps\standarduser\html\test_it.html" 

and consists of the following simple HTML-Code which contains an applet:


 <h1>Test it!</h1>
 <hr>
 <applet code="Test.class"
archive="http://localhost-8080/standarduser/WEB-INF/lib/MyOwnCode.jar" 
         width=150 height=150>
 </applet>
 <hr>

  
Without any problems the html-file can be seen in the browsers and in
the appletviewer. 
The applet there is working correctly.

But running within the portlet only the fixed html code is shown
correctly,
but the applet throws a "ClassNotFound" - exception. 

Where's the error ?

 
With the best regards
Eberhard

KRUSCHE LAGERTECHNIK AG
Am Kleinfeld 11	
85456 Wartenberg
Eberhard.Buckel@klt-ag.de



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org