Wow that was a very easy fix! This did it:
<applet codebase="http://example.com/wp-content/uploads/" code="JavaMain.class" height="200" width="200"></applet>
I knew it was something simple, I just had to specify the codebase field. If anyone else has this problem, the above solution should fix it.
I am doing that and it still won’t work. Here’s my code:
<applet code=”http://example.com/wp-content/uploads/JavaMain.class” width=”400″ height=”400″></applet>
And I get the error “ClassNotFoundException: http:..example.com.wp-content.uploads.JavaMain.cass”