Hi Ahmed,
First you need to determine the path for your Java Development Kit (JDK) on you PC.
Set JAVA_HOME using command prompt, for that open DOS command prompt:
- Type the following in the command prompt i.e c:\
- c:\set JAVA_HOME= <path_to_java_sdk_home>
Example c:\Program Files\Java\jdk1.6.0_06
- Press enter - Now JAVA_HOME is set.
To check if JAVA_HOME is set call C:\set and check for JAVA_HOME entry
or run c:\ echo %JAVA_HOME%
Regards,
Hadi