Embedding an applet in a portlet

Hi,

I am using the applet output control to put an applet on a portlet. My applet requires 2 jar files. I ahve pecified the following properties:

value

Hi,

I got the wrong error in the above. I get the following error:

2007-07-19 11:57:41 BST (Framework : FATAL) [RID:247] - [POP.007.0006] Requested content was not found: “/meta/default/testdragdrop___dragdropportlet/javaatwork/myuploader/UploadApplet.class”
com.webMethods.portal.framework.ResourceNotFoundException: [POP.007.0006] Requested content was not found: “/meta/default/testdragdrop___dragdropportlet/javaatwork/myuploader/UploadApplet.class”

You should not be importing the applet jar files using the content migration mechanism.

You should simply put a copy of the jar files inside the WebContent folder of your portlet project, then build/deploy the project to the server.