Benutzer-Werkzeuge

Webseiten-Werkzeuge


en:faq

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
en:faq [2014/04/26 13:42] roehneren:faq [2022/10/01 16:43] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 54: Zeile 54:
 **15. Sometimes the Java-Editor crashes without error message. What can I do?**\\ **15. Sometimes the Java-Editor crashes without error message. What can I do?**\\
 Look in your current folder. Is there a file hs_err_pid<number>.log? Then the Java virtual machine caused the crash. Update your Java Runtime Environment to the latest version. http://www.java.com/en/download/manual.jsp Look in your current folder. Is there a file hs_err_pid<number>.log? Then the Java virtual machine caused the crash. Update your Java Runtime Environment to the latest version. http://www.java.com/en/download/manual.jsp
 +
 +**16. Why is the GUI-App on my Surface so small?**\\
 +Swing-Applications are not DPI-aware. A workaround is described at:
 +https://stackoverflow.com/questions/30555401/java-disable-dpi-aware-not-working\\
 +Use Java FX instead of Swing.
 +
 +**17. Why does the debugger don't show parameters and local variables?**\\
 +You need the compiler parameter "-g". Set Java compiler parameter to standard ("-deprecation -g) in the configuration.
 +
 +**18. How can I use the serial interface?**\\
 +The package jSerialComm.jar is integrated via Classpath-User. A description of the API is available at https://fazecast.github.io/jSerialComm/
 +
 +**19. Why doesn't the download work during the update?**\\
 +A change in Windows is responsible for the fact that the download no longer works up to version 19.31.
 +Download the current version and install it over your previous version.
  
en/faq.1398512572.txt.gz · Zuletzt geändert: 2014/04/26 13:42 von roehner