Skip to content

Commit 1f602c3

Browse files
Add the doc for the launch config 'javaExec' in README (#1498)
1 parent abc84c0 commit 1f602c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Please also check the documentation of [Language Support for Java by Red Hat](ht
9292
- `skipSynthetics` - Skip synthetic methods when stepping.
9393
- `skipStaticInitializers` - Skip static initializer methods when stepping.
9494
- `skipConstructors` - Skip constructor methods when stepping.
95+
- `javaExec` - The path to java executable to use. By default, the project JDK's java executable is used.
9596

9697
### Attach
9798

0 commit comments

Comments
 (0)