mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
7006354: Updates to Visual Studio project creation and development launcher
Updates to Visual Studio project creation and development launcher Reviewed-by: stefank, coleenp
This commit is contained in:
parent
18324204ef
commit
c299b4709f
36 changed files with 398 additions and 264 deletions
|
@ -275,6 +275,8 @@ main(int argc, char ** argv)
|
|||
jvmpath, sizeof(jvmpath),
|
||||
original_argv);
|
||||
|
||||
printf("Using java runtime at: %s\n", jrepath);
|
||||
|
||||
ifn.CreateJavaVM = 0;
|
||||
ifn.GetDefaultJavaVMInitArgs = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue