Montag, 11. Februar 2008

appletviewer does nothing / exits immediately

Problem: When calling appletviewer file.html it exits immediately, does nothing, outputs nothing

Solution: Use verbose applet tag format:
< applet param=value > < /applet>
instead of
< applet param=value />
.

Furthermore this format doesn't even work with XHTML.

Keine Kommentare: