Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testConfigs/macosx/vm.properties')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/macosx/vm.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/vm.properties b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/vm.properties
index 8df5e74e8..031d6a072 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/macosx/vm.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/macosx/vm.properties
@@ -10,7 +10,7 @@
###############################################################################
platform=macosx.cocoa.x86_5.0
# J2SE-6.0=/System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java
-J2SE-6.0=/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java
+J2SE-6.0=/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/jre/bin/java
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=392213
# If this property is set, the actual location and file name
# is computed at test time, but this is assumed to be the

Back to the top