Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-08-13 13:43:14 +0000
committerDavid Williams2015-08-13 13:43:14 +0000
commit368f979dfb19a2dc513fe7b6d3a50d293ea860d3 (patch)
tree34b981ba93ed6312a508d03467c3dfc2dc389f4d /production/testScripts/configuration/sdk.tests/testConfigs/win7-64
parente24a3746c6d2050c69d3dc83a3b75214703dd7be (diff)
downloadeclipse.platform.releng.aggregator-368f979dfb19a2dc513fe7b6d3a50d293ea860d3.tar.gz
eclipse.platform.releng.aggregator-368f979dfb19a2dc513fe7b6d3a50d293ea860d3.tar.xz
eclipse.platform.releng.aggregator-368f979dfb19a2dc513fe7b6d3a50d293ea860d3.zip
Bug 474822 - May need to better control/setup Windows environment for
tests
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testConfigs/win7-64')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties
index fc3d1412c..6d11f157f 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties
@@ -12,7 +12,7 @@
# This is the VM to use to run the tests, if one prefers
# to use a different one from the one that stared the whole process.
-jvm=c\:\\java\\jdk1.7.0_51\\jre\\bin\\java
+jvm=c\:\\Program\ Files\\Java\\jdk1.8.0_51\\jre\\bin\\java.exe
# TODO: can also list VMs to use for specific execution environments

Back to the top