jinyulkim / xjperf

Automatically exported from code.google.com/p/xjperf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

********************************************
*        COMPILATION INSTRUCTIONS          *
********************************************

* Go to the 'utilities' directory
* run the following command (Apache ANT has to be installed on the system) :  

	> ant release

This script will create a JPerf distribution into the 'release' directory.


**************************************
*        LAUNCH INSTRUCTIONS         *
**************************************

* On windows systems,
	- The 'javaw' (JRE 1.5+) executable have to be into the system path
	- run the following script : jperf.bat

* On Linux / OS X systems, run the following script : 
	- The 'java' (JRE 1.5+) executable have to be into the system path
	- Don't forget to set execution permissions on the jperf.sh script (execute 'chmod u+x jperf.sh')
	- run the following script : jperf.sh

About

Automatically exported from code.google.com/p/xjperf


Languages

Language:Java 99.6%Language:Batchfile 0.2%Language:Shell 0.2%