hotspot/src/share/tools/ProjectCreator/ProjectCreator.java
changeset 15096 3db45569f8c0
parent 13963 e5b53c306fb5
child 19270 607d97508c60
equal deleted inserted replaced
14820:386ff820786c 15096:3db45569f8c0
    34             + "already exist>");
    34             + "already exist>");
    35       System.err.println("  -envVar <environment variable to be inserted "
    35       System.err.println("  -envVar <environment variable to be inserted "
    36             + "into .dsp file, substituting for path given in "
    36             + "into .dsp file, substituting for path given in "
    37             + "-sourceBase. Example: HotSpotWorkSpace>");
    37             + "-sourceBase. Example: HotSpotWorkSpace>");
    38       System.err.println("  -dllLoc <path to directory in which to put "
    38       System.err.println("  -dllLoc <path to directory in which to put "
    39             + "jvm.dll and jvm_g.dll; no trailing slash>");
    39             + "jvm.dll; no trailing slash>");
    40       System.err.println("  If any of the above are specified, "
    40       System.err.println("  If any of the above are specified, "
    41             + "they must all be.");
    41             + "they must all be.");
    42       System.err.println("  Additional, optional arguments, which can be "
    42       System.err.println("  Additional, optional arguments, which can be "
    43             + "specified multiple times:");
    43             + "specified multiple times:");
    44       System.err.println("    -absoluteInclude <string containing absolute "
    44       System.err.println("    -absoluteInclude <string containing absolute "