Skip to content

Commit 101ab77

Browse files
committed
fixes java home
1 parent 7e8d74a commit 101ab77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def make_template(
2121
"IPYTHON_CONFIG_PATH": ".ipython",
2222
"SERVER_PATH": ".server",
2323
"JAVA_VERSION": "11",
24-
"JAVA_HOME": "/usr/lib/jvm/java-${JAVA_VERSION}-openjdk-amd64",
24+
"JAVA_HOME": "/usr/lib/jvm/jdk-${JAVA_VERSION}",
2525
"IJAVA_VERSION": "1.3.0",
2626
"DENO_INSTALL": "/opt/deno",
2727
"DENO_VERSION": "v2.4.0",

0 commit comments

Comments
 (0)