Sie sind auf Seite 1von 1

How to run the application?

- Ensure that java version 1.7 or more is installed.(version can be identified b


y executing "java -version" command)
- Unzip and extract the files in the desired path/location.
----------------------------------------------------------To run in WINDOWS
----------------------------------------------------------Double click ITR.bat
Or
Run from command prompt by executing "ITR.bat" (ensure that current working dire
ctory has the extracted files)
----------------------------------------------------------To run in LINUX
----------------------------------------------------------Change the ITR.sh file's permission, provide execution permission by executing t
he following command
> chmod 755 ITR.sh
run using the command "sh ITR.sh" or ./ITR.sh
----------------------------------------------------------Troubleshooting
----------------------------------------------------------Make sure that your java version is 1.7 (version can be identified by executing
"java -version" command)
1. Extract the files to a directory. (Example: D:\Utility)
2. Open command prompt
3. Change to the extraction directory (cd D:\Utility)
4. Type the following command :
<Path to java executable> -jar <jarFileName>
For example If your Java 7 Installation path is "C:\Program Files (x86)\Java\jre
7" and you are opening ITR1 then execute the following command
D:\Utility>"C:\Program Files (x86)\Java\jre7\bin\java" -jar ITR-1_AY201415_PR2.j
ar
------------------------------------------------------------

Das könnte Ihnen auch gefallen