Ignore:
Timestamp:
2008-12-18T13:54:22+13:00 (15 years ago)
Author:
oranfry
Message:

windows wrapper to use update libsearch4j spec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/windows/wrapper/wrapper.cpp

    r18032 r18246  
    325325    bool verbose = true;
    326326    Jvm foundJvm;
    327     bool jvmFound = find( foundJvm, use_minimum, minimum, phint, hint, verbose );
     327    bool jvmFound = find( foundJvm, use_minimum, minimum, false, false, phint, hint, verbose );
    328328   
    329329    //if the jvm was not found, try to fix it and find it
     
    334334       
    335335        //tell them if java is absent or just too old
    336         if ( find( foundJvm, false, minimum, "", "", false ) ) {
     336        if ( find( foundJvm, false, minimum, false, false, "", "", false ) ) {
    337337            message.append( "your java is too old.");
    338338        } else {
Note: See TracChangeset for help on using the changeset viewer.