04-22-04 05:36 PM
I didn't know this is an HTML editor. so I repeat what i wrote
Hi, I having trouble refering an applet class into a portlet, the class has
already imported...
I define the class using a string.
I also made a folder parallel to the JSP folder, and put the class in there.
<!--
String example = portletResponse.encodeURI("/example/example.class");
<APPLET code = "<%=example%>" width = "260" height = "150"><BR></APPLET>
-->
Error i got loading applet is "classFormatError.example(Truncated class)"
Any ideas? thanks...
[ Post a follow-up to this message ]
|