diff --git a/README.md b/README.md index 43a851f..839b9d3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Please check the `improv` branch for latest changes. Master branch has been left ## How to run iFogSim ? -* Create a Java project in Eclipse. +* Create a Java project in Eclipse. + * Do not create a `module-info.java`. * Inside the project directory, initialize an empty Git repository with the following command ``` git init @@ -22,8 +23,10 @@ git remote add origin https://github.com/Cloudslab/iFogSim ``` git pull origin master ``` -* Include the JARs (except the CloudSim ones) to your Eclipse project. -* Run the example files (e.g. VRGame.java) to get started. +* Include the JARs (except the CloudSim ones) to your Eclipse project. + * In Eclipse 2018-12, right click on the project -> Build Path -> Configure Build Path -> Classpath -> Add JARs. + * Select `jars/guava-18.0.jar`, `jars/json-simple-1.1.1.jar` and `jars/commons-math3-3.5.jar`. +* Run the example files (e.g. VRGame.java) to get started. # References 1. Harshit Gupta, Amir Vahid Dastjerdi , Soumya K. Ghosh, and Rajkumar Buyya, iFogSim: A Toolkit for Modeling and Simulation of Resource Management Techniques in Internet of Things, Edge and Fog Computing Environments, Software: Practice and Experience (SPE), Volume 47, Issue 9, Pages: 1275-1296, ISSN: 0038-0644, Wiley Press, New York, USA, September 2017.