From 1f602c3682abd825d9c529a35a390b2d64287e08 Mon Sep 17 00:00:00 2001 From: Jinbo Wang Date: Fri, 5 Jul 2024 10:18:11 +0800 Subject: [PATCH] Add the doc for the launch config 'javaExec' in README (#1498) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7216b7e2..649e918e 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Please also check the documentation of [Language Support for Java by Red Hat](ht - `skipSynthetics` - Skip synthetic methods when stepping. - `skipStaticInitializers` - Skip static initializer methods when stepping. - `skipConstructors` - Skip constructor methods when stepping. +- `javaExec` - The path to java executable to use. By default, the project JDK's java executable is used. ### Attach