Hi mates,
I am integrating java applet in DNN module. i have already done this in Web forms and it works fine, my applet using some java class which is installed on my local drive.While integrating with dnn module error "ClassNotFoundException" comes up. With my little knowlegde about applet and dnn i thing dnn having some trouble finding my local java class which is
"SampleSimpleEditorApplet".My question is do i need to upload all local java class to my dnn module root folder & if i do what should be the correct syntax for accessing that class. Thanks in advance.
Here is the code which runs fine .on web forms:
<applet name="applet" width="800" height="200" align="baseline" viewastext> <br />
<PARAM name="code" value="com.yourcompany.samplecode.editor.SampleSimpleEditorApplet">
<PARAM name="archive" value="SampleCode.jar,MFSimpleApplet.jar,MFExtraSymFonts.jar">
<PARAM name="codebase" value=".">
<PARAM name="type" value="application/x-java-applet;jpi-version=1.4.2">
<PARAM name="name" value="applet">
<PARAM name="eq" value="<math><mrow></mrow></math>">
<PARAM name="scriptable" value="true">