Ignore:
Timestamp:
2008-03-28T12:53:30+13:00 (16 years ago)
Author:
oranfry
Message:

a few changes to wirk3 to keep it up-to-date with lirk3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/wrapper/wrapper.cpp

    r15095 r15146  
    7777    extractResource( "GREENSTONE_JAR", "JAR", (char*) jarLocation.c_str() );
    7878   
    79     //change to the temp directory and start the jar
     79    //change to the temp directory
    8080    SetCurrentDirectory( tempdir.c_str() );
    8181
     
    107107            if ( _stricmp( r, "y" ) == 0 ) {
    108108                system( "@java.installer@" );
     109                jvmFound = true; //assume the java installation went well
    109110            }
    110             jvmFound = true; //assume the java installation went well
    111111        } else {
    112112            //no, JRE is not bundled
     
    124124        launch_exit_code = system("search4j.exe -m @java.min.version@ -l greenstone3.jar");
    125125       
    126         //if it failed, launch the installer for the bundled java, then try again
     126        //report how it went
    127127        if ( launch_exit_code == 0 ) {
    128128            cout << "Setup complete" << endl;
Note: See TracChangeset for help on using the changeset viewer.