Help for this page

Select Code to Download


  1. or download this
    Win32::SetChildShowWindow(0);
    
    ...
    Win32::Process::NORMAL_PRIORITY_CLASS|Win32::Process::CREATE_NO_WINDOW
    +,
                                $installPath) or $retCode = -9;
    
  2. or download this
    sub Callback_Running {
    $runningThread = threads->new(\&startProcess, $installPath, $executePa
    +th, $configFile, $parser, $logger, $configref, $Context);
    ...
    sub startProcess {
    JavaCall->callJavaClass(...);
    }
    
  3. or download this
    Win32::SetChildShowWindow(0);
    Win32::Process::Create($ProcessObj,
    ...
    Win32::Process::NORMAL_PRIORITY_CLASS|Win32::Process::CREATE_NO_WINDOW
    +,
                                $installPath) or $retCode = -9;