Dim shl As Shell
shl.Initialize("shl","B4JwebApp.jar",Null)
shl.WorkingDirectory = "G:\moduli_software\B4J-BrokerD\test"
shl.Run(10000) 'set a timeout of 10 seconds
But I have this error:
Error: org.apache.commons.exec.ExecuteException: Execution failed (Exit value: -559038737. Caused by java.io.IOException:
Cannot run program "B4JwebApp.jar" (in directory "G:\moduli_software\B4J-BrokerD\test"): CreateProcess error=2, Can not find the file specified)