Forum: Java Dec 27th, 2008 |
| Replies: 4 Views: 421 |
Forum: Java Dec 26th, 2008 |
| Replies: 4 Views: 421 This works fine:
<applet width=450 height=300 code="applet_maxr.class">
This doesn't:
<applet width=450 height=300 code="http://.../applet_maxr.class"> |
Forum: Java Dec 26th, 2008 |
| Replies: 4 Views: 421 My applet runs fine when it's in the same directory as the html, but when I put it in another directory, Java console says it can't find the file.
When I copy-paste into my browser the address I'm... |