comparison src/share/tools/launcher/java.c @ 2027:aa6e219afbf1

7006354: Updates to Visual Studio project creation and development launcher Summary: Updates to Visual Studio project creation and development launcher Reviewed-by: stefank, coleenp
author sla
date Wed, 15 Dec 2010 07:11:31 -0800
parents cb2d0a362639
children 203f64878aab
comparison
equal deleted inserted replaced
2025:b03e6b4c7c75 2027:aa6e219afbf1
272 272
273 CreateExecutionEnvironment(&argc, &argv, 273 CreateExecutionEnvironment(&argc, &argv,
274 jrepath, sizeof(jrepath), 274 jrepath, sizeof(jrepath),
275 jvmpath, sizeof(jvmpath), 275 jvmpath, sizeof(jvmpath),
276 original_argv); 276 original_argv);
277
278 printf("Using java runtime at: %s\n", jrepath);
277 279
278 ifn.CreateJavaVM = 0; 280 ifn.CreateJavaVM = 0;
279 ifn.GetDefaultJavaVMInitArgs = 0; 281 ifn.GetDefaultJavaVMInitArgs = 0;
280 282
281 if (_launcher_debug) 283 if (_launcher_debug)