Hi,

I'm trying to embed a java applet in one of my web sites, I cannot seem to get it to work.

My HTML is:

<applet width="600" height="500" codebase="applet/" archive="imaging.jar" code="Main.class">

<param name="load" value="<%= $filename %>">
<param name="save" value="save.a4d" >


</applet>

Even if I put this on the default.a4d page I get an "java.lang.ClassNotFoundException: Main.class"

Is this a problem with 4D/Active4D or the Java applet? this is the first java applet I've ever tried to embed.

The file "imaging.jar" is located inside the webroot/applet folder.

also....

I've noticed that if I try and upload a large (> 1mb) file (it just happens to be a JPEG) 4D crashes, this is both 6.8 and 2003. when using the active 4d stuff

(In fact it crashes before active4d starts to process the form action page, so I'm guessing it's 4D)

Anyone have any ideas?

ta

James.



Reply via email to