diff --git a/jOOQ-website/manual-pdf/jOOQ-manual.fo.xml b/jOOQ-website/manual-pdf/jOOQ-manual.fo.xml
index 7d50ba1e8d..fda73d5ccd 100644
--- a/jOOQ-website/manual-pdf/jOOQ-manual.fo.xml
+++ b/jOOQ-website/manual-pdf/jOOQ-manual.fo.xml
@@ -5951,7 +5951,7 @@ SERVER = new RemoteDebuggerServer(DEBUGGER_PORT);
Use this command to start the console:
-java -jar jooq-console-2.0.5.jar [host] [port]
+java -cp jooq-console-2.0.5.jar;rsyntaxtextarea-1.5.0.jar org.jooq.debug.console.Console [host] [port]
diff --git a/jOOQ-website/manual-pdf/jOOQ-manual.pdf b/jOOQ-website/manual-pdf/jOOQ-manual.pdf
index 2473345fc7..cc2c3e443a 100644
Binary files a/jOOQ-website/manual-pdf/jOOQ-manual.pdf and b/jOOQ-website/manual-pdf/jOOQ-manual.pdf differ
diff --git a/jOOQ-website/manual-single-page/index.php b/jOOQ-website/manual-single-page/index.php
index bdfdaae081..ed11d9c27b 100644
--- a/jOOQ-website/manual-single-page/index.php
+++ b/jOOQ-website/manual-single-page/index.php
@@ -4466,7 +4466,7 @@ SERVER = new RemoteDebuggerServer(DEBUGGER_PORT);
Use this command to start the console:
-java -jar jooq-console-2.0.5.jar [host] [port]
+java -cp jooq-console-2.0.5.jar;rsyntaxtextarea-1.5.0.jar org.jooq.debug.console.Console [host] [port]
diff --git a/jOOQ-website/manual/ADVANCED/ExecuteListener/index.php b/jOOQ-website/manual/ADVANCED/ExecuteListener/index.php
index 82732de84f..2a9fb1b85c 100644
--- a/jOOQ-website/manual/ADVANCED/ExecuteListener/index.php
+++ b/jOOQ-website/manual/ADVANCED/ExecuteListener/index.php
@@ -70,7 +70,7 @@ SERVER = new RemoteDebuggerServer(DEBUGGER_PORT);
Use this command to start the console:
-
java -jar jooq-console-2.0.5.jar [host] [port]
+
java -cp jooq-console-2.0.5.jar;rsyntaxtextarea-1.5.0.jar org.jooq.debug.console.Console [host] [port]
diff --git a/jOOQ-website/src/main/resources/manual.xml b/jOOQ-website/src/main/resources/manual.xml
index 601ec964af..d6262fbf4f 100644
--- a/jOOQ-website/src/main/resources/manual.xml
+++ b/jOOQ-website/src/main/resources/manual.xml
@@ -4246,7 +4246,7 @@ SERVER = new RemoteDebuggerServer(DEBUGGER_PORT);
Use this command to start the console:
-
java -jar jooq-console-2.0.5.jar [host] [port]
+
java -cp jooq-console-2.0.5.jar;rsyntaxtextarea-1.5.0.jar org.jooq.debug.console.Console [host] [port]