Inhalt nur in Englisch verfügbar

Java applet wont work with IE

Keywords:
Versions:

The error messase "load: class xyz not found" will appear even though the class exists.

IE cannot load classes generated with newer versions of java.

To generate older version class files use:

javac xyz.java -target 1.1
Kommentare