To start This program, you have to install Java Runtime Environment. You can get it from 
	http://java.sun.com/getjava

Once you install it, you can execute this application by using java -jar command. Here is a simple example below: 

	java -jar EatHealthy.jar 

For Windows user, you can execute "WinRun.bat" directly. If you had problem to execute it, you can edit "WinRun.bat" file. To Edit "WinRun.bat", just right-click this file, and select "EDIT".
You will see:

	echo Loading...
	set JRE="C:\Program Files\Java\j2re1.4.1_01\bin\"
	set PATH=%JRE%
	java -jar EatHealthy.jar

You may change the %JRE% variable. Example:

	set JRE=<Your java runtime environment installed directory>

Then save it, execute again.
