From 5d1fb3606972a76d9dc9b0688f0b5cb8d76bdfde Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sat, 22 Nov 2014 09:04:02 +0100 Subject: [PATCH] Hard-code path JDK in package/windows.bat --- package/windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/windows.bat b/package/windows.bat index 44237fc538..59428350d5 100644 --- a/package/windows.bat +++ b/package/windows.bat @@ -1 +1 @@ -javapackager.exe -deploy -BappVersion=0.1.0 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir build -appclass io.bitsquare.app.gui.Main -srcfiles .\build\libs\bitsquare-0.1.0-SNAPSHOT-all.jar -outfile Bitsquare -Bruntime="c:\Program Files\Java\jdk1.8.0_20\jre" +"c:\Program Files\Java\jdk1.8.0_20\bin\javapackager.exe" -deploy -BappVersion=0.1.0 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir build -appclass io.bitsquare.app.gui.BitsquareAppMain -srcfiles "build\libs\bitsquare-0.1.0-SNAPSHOT-app.jar" -outfile Bitsquare -Bruntime="c:\Program Files\Java\jdk1.8.0_20\jre"