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.
/**
* Compiles all classes whose name matches the specified string.
*
* @param string the name of the classes to compile.
* @return <code>true</code> if the compilation succeeded;
* <code>false</code> if the compilation failed or no compiler
* is available.
* @exception NullPointerException if <code>string</code> is
* <code>null</code>.
*/
public static native boolean compileClasses(String string);
The Eclipse IDE comes with its own compiler (not sure whether its it own or IBM's) which seems to spit out more understanable error messages.