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.
System.setErr(new PrintStream(new FileOutputStream(C:/log.log));
System.setOut(new PrintStream(new FileOutputStream(C:/log.log));
* Options that are specified with -XX are not stable and are not recommended for casual use. These options are subject to change without notice.
-XX:ErrorFile=./hs_err_pid<pid>.log If an error occurs, save the error data to this file. (Introduced in 6.)
java -jar dein.jar >> out.log