We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2d4f1 commit fdbda7eCopy full SHA for fdbda7e
1 file changed
src/scyjava/_jvm.py
@@ -117,6 +117,7 @@ def start_jvm(options=None, *, fetch_java: bool = True) -> None:
117
:param options:
118
List of options to pass to the JVM.
119
For example: ['-Dfoo=bar', '-XX:+UnlockExperimentalVMOptions']
120
+ See also scyjava.config.add_options.
121
:param fetch_java:
122
If True (default), when a JVM/or maven cannot be located on the system,
123
[`cjdk`](https://github.com/cachedjdk/cjdk) will be used to download
0 commit comments