diff --git a/firmware/CHANGELOG.md b/firmware/CHANGELOG.md
index 5370b8324d..59e520198a 100644
--- a/firmware/CHANGELOG.md
+++ b/firmware/CHANGELOG.md
@@ -37,6 +37,7 @@ Release template (copy/paste this for new release):
### Breaking Changes
- Always operate in "two wire" mode for batch fuel, fixing batch firing order #5353
+ - rusEFI console requires java 11
## June 2023 Release "Day 466"
diff --git a/misc/console_launcher/rusefi_autoupdate.exe b/misc/console_launcher/rusefi_autoupdate.exe
index e316b3a6ed..809cc87733 100644
Binary files a/misc/console_launcher/rusefi_autoupdate.exe and b/misc/console_launcher/rusefi_autoupdate.exe differ
diff --git a/misc/console_launcher/rusefi_autoupdate.xml b/misc/console_launcher/rusefi_autoupdate.xml
index fbfe40af78..c70b526aec 100644
--- a/misc/console_launcher/rusefi_autoupdate.xml
+++ b/misc/console_launcher/rusefi_autoupdate.xml
@@ -15,12 +15,10 @@
c:\stuff\rusefi\misc\console_launcher\favicon.ico
-
- false
- false
- 1.8.0
+ %JAVA_HOME%;%PATH%
+ false
+ false
+ 11.0
- preferJre
- 64/32
\ No newline at end of file
diff --git a/misc/console_launcher/rusefi_console.exe b/misc/console_launcher/rusefi_console.exe
index 2eb73caf4d..806a9f3f49 100644
Binary files a/misc/console_launcher/rusefi_console.exe and b/misc/console_launcher/rusefi_console.exe differ
diff --git a/misc/console_launcher/rusefi_console.xml b/misc/console_launcher/rusefi_console.xml
index 67ae50eda7..f212aa7228 100644
--- a/misc/console_launcher/rusefi_console.xml
+++ b/misc/console_launcher/rusefi_console.xml
@@ -15,12 +15,10 @@
c:\stuff\rusefi\misc\console_launcher\favicon.ico
-
- false
- false
- 1.8.0
+ %JAVA_HOME%;%PATH%
+ false
+ false
+ 11.0
- preferJre
- 64/32
\ No newline at end of file