Beschreibung:
Dieser Artikel soll die Std. Kürzel auslisten, für die Verwendung/Verwaltung von Oracle Java Standard Edition Runtime Environment (kurz: JRE).
Um die Java Anwendung aufrufen zu können, finden Sie die Ausführbaren Dateien unter:
| Version | Ort |
| 32bit | C:\Windows\system32 |
| 64bit | C:\Windows\SysWOW64 |
| Datei | Beschreibung (eng) |
| java.exe | java application executor which is associated with a console to display output/errors |
| javaw.exe | (java windowed) application executor not associated with console. So no display of output/errors. Can be used to silently push the output/errors to text files. Mostly used to launch GUI based application |
| javaws.exe | (java web start) to download and run the distributed web applications. again No console is associated. |
Ausgabebeispiel der anwendbaren Parameter:

