Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<html>
<head>
<title>BDAAD</title>
</head>
<body>
<p>
<APPLET CODE="BDAAD.class" WIDTH="800" HEIGHT="600">
<param name="BDAAD" value="BDAAD">
</APPLET>
</p>
</body>
</html>
java.lang.NoClassDefFoundError : applet_name
class class_name got a security violation: method verification error
One or more methods used by the applet is not found in the Java library files of the browser. This could mean one of the following problems:
* The applet is not compatible with the browser. The applet is either compiled using a newer version of the Java compiler or an API not supported by the browser. Solution: Download the Java plugin from the official Java web site of Sun Microsystems.
* The classpath setting in the operating system caused the browser to look for the library files in the wrong directory. Solution: Comment out the line "set classpath = ..." by putting "rem " before the line in autoexec.bat
* The browser contains missing or corrupted Java library files. Solution: Uninstall the browser and then reinstall it.