Skip to content

Commit

Permalink
Tweak JDK path in Windows for #398
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed May 21, 2019
1 parent ef4f669 commit 90cadc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions bundledApps/WAIL.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ def launchHeritrix(self):
cmd = '{0} -a {1}:{2}'.format(
config.heritrixBinPath, config.heritrixCredentials_username,
config.heritrixCredentials_password)

print(cmd)

# TODO: shell=True was added for OS X
Expand Down
4 changes: 2 additions & 2 deletions bundledApps/WAILConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,12 @@
wailPath = "C:\\wail"

aboutWindow_iconPath = wailPath + aboutWindow_iconPath
jdkPath = wailPath + "\\bundledApps\\Java\\Windows\\jdk1.7.0_80.jdk\\"
jdkPath = wailPath + "\\bundledApps\\Java\\Windows\\jdk1.7.0_80\\"
jreHome = jdkPath
javaHome = jdkPath

heritrixPath = wailPath + "\\bundledApps\\heritrix-3.2.0\\"
heritrixBinPath = heritrixPath + "\\bin\\heritrix.cmd"
heritrixBinPath = heritrixPath + "bin\\heritrix.cmd"
heritrixJobPath = heritrixPath + "\\jobs\\"
tomcatPath = wailPath + "\\bundledApps\\tomcat"
warcsFolder = wailPath + "\\archives"
Expand Down

0 comments on commit 90cadc1

Please sign in to comment.