18 January 2026:


This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.



Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.

cannot start sahi

hello
I installed but trying to run it, I get this error:

Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\Users\Admin>cd C:\sahi\userdata\bin

C:\sahi\userdata\bin>start_dashboard.bat

C:\sahi\userdata\bin>SET SAHI_HOME=..\..

C:\sahi\userdata\bin>SET SAHI_USERDATA_DIR=..

C:\sahi\userdata\bin>SET SAHI_EXT_CLASS_PATH=

C:\sahi\userdata\bin>CALL ..\..\bin\dashboard.bat
SAHI_HOME: ..\..
SAHI_USERDATA_DIR: ..
SAHI_EXT_CLASS_PATH:
'java' is not recognized as an internal or external command,
operable program or batch file.

C:\sahi\userdata\bin>

any help?
thanks!

Answers

  • I not very fond of windows... but I could try to help..

    open cmd and try "java -version"
    There should be an output like
    C:\Users\Authorized User>java -version
    java version "1.7.0_15"
    Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
    Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode, sharing)
    

    if not, you might check you Java installation
  • thanks, uninstalling java, reinstalling java and rebooting, fixed the problem
  • thanks, uninstalling java, reinstalling java and rebooting, fixed the problem
  • thanks, uninstalling java, reinstalling java and rebooting, fixed the problem
Sign In or Register to comment.