Hi, Brian,
I have done everything I need now!
But the problem is same!
I have checked the setJavaHome.bat file.
Yes! it is there. Following is the content of this file:
@echo off
rem
rem Set the JRE_HOME for KonaKart here.
rem
rem We unset JAVA_HOME to avoid using the wrong java version.
rem
rem KonaKart needs java 5 at least
rem
set JRE_HOME=
set JAVA_HOME=
rem
rem (c) 2006 DS Data Systems UK Ltd, All rights reserved.
rem
rem DS Data Systems and KonaKart and their respective logos, are
rem trademarks of DS Data Systems UK Ltd. All rights reserved.
rem
rem The information in this document is the proprietary property of
rem DS Data Systems UK Ltd. and is protected by English copyright law,
rem the laws of foreign jurisdictions, and international treaties,
rem as applicable. No part of this document may be reproduced,
rem transmitted, transcribed, transferred, modified, published, or
rem translated into any language, in any form or by any means, for
rem any purpose other than expressly permitted by DS Data Systems UK Ltd.
rem in writing.
rem
Could you please tell me what I should set in this file?
Thanks!