We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568bb58 commit 06df74dCopy full SHA for 06df74d
1 file changed
src/scyjava/_java.py
@@ -204,7 +204,6 @@ def start_jvm(options=None) -> None:
204
or not os.environ["JAVA_HOME"]
205
or not os.path.isdir(os.environ["JAVA_HOME"])
206
):
207
-
208
_logger.debug("JAVA_HOME not set. Will try to infer it from sys.path.")
209
210
libjvm_win = Path("Library") / "jre" / "bin" / "server" / "jvm.dll"
0 commit comments