Skip to content

Commit 45259e5

Browse files
author
Steve Salas
committed
Add dependency on AdoptOpenJDK (jdk8u222-b10)
1 parent 90f884f commit 45259e5

File tree

4 files changed

+1224
-24
lines changed

4 files changed

+1224
-24
lines changed

distrib/common/app/main.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ function getJava() {
4444

4545
switch (platform()) {
4646
case 'darwin':
47-
return 'jdk/Contents/Home/bin/java'
47+
return 'jre/Contents/Home/bin/java'
4848

4949
case 'linux':
50-
return 'jdk/bin/java'
50+
return 'jre/bin/java'
5151

5252
case 'win32':
53-
return 'jdk/bin/java.exe';
53+
return 'jre/bin/java.exe';
5454

5555
default:
5656
throw 'unknown platform ' + platform();

0 commit comments

Comments
 (0)