Problem
When you generate HTML with Java documentation and try to view it, you get an error or no content is loaded.
Explanation
In this type of document Java applet is used for managing table of contents and index. Java has sometimes problems with paths containing special characters (with diacritics) and cannot find required files then.
Solution