Commit b44b61cf authored by sarehfotuhi's avatar sarehfotuhi

Merge branch 'master' of https://github.com/Cloudslab/cloudsim

parents 9af5f2fc 793ac06a
......@@ -2,11 +2,10 @@ Table of Contents
-----------------
1. Directory structure of the CloudSim Toolkit
2. Software requirements: Java version 1.6 or newer
2. Software requirements: Java version 8 or newer
3. Installation and running the CloudSim Toolkit
4. Running the CloudSim examples
5. Learning CloudSim
6. Compiling CloudSim: using Ant
......@@ -21,10 +20,10 @@ cloudsim/ -- top level CloudSim directory
tests/ -- CloudSim unit tests
2. Software requirements: Java version 1.6 or newer
2. Software requirements: Java version 8 or newer
---------------------------------------------------
CloudSim has been tested and ran on Sun's Java version 1.6.0 or newer.
CloudSim has been tested and ran on Sun's Java version 8 or newer.
Older versions of Java are not compatible.
If you have non-Sun Java version, such as gcj or J++, they may not be compatible.
You also need to install Ant to compile CloudSim (explained in more details later).
......@@ -56,27 +55,3 @@ Please read how to run the CloudSim examples in examples.txt
To understand how to use CloudSim, please go through the examples provided
in the examples/ directory.
6. Compiling CloudSim: using Ant
--------------------------------
This release contains a simple buildfile for compiling CloudSim classes.
You need to have ant installed (http://ant.apache.org/).
Ant can be used in both Windows and Unix/Linux environment.
Usage:
* Being in the CloudSim root directory (cloudsim/), type 'ant' to compile all
cloudsim source files, put them into the classes/ directory and to create
a cloudsim-new.jar file in the jars/ directory
* Being in the CloudSim root directory (cloudsim/), type 'ant clean' to delete
all the compiled classes and the classes/ directory itself. The generated
cloudsim-new.jar is not deleted.
Note:
* You need to set up PATH for ant in Windows and/or Unix.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment