You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,18 +23,18 @@ More information can be found on the [CloudSim's web site](http://cloudbus.org/c
23
23
24
24
# Download #
25
25
26
-
The downloaded package contains all the source code, examples, jars, and API html files.
26
+
Either clone the repository or download a [release](https://github.com/Cloudslab/cloudsim/releases). The release package contains all the source code, examples, jars, and API html files.
27
27
28
-
# Installation of CloudSim
28
+
# Installation
29
29
**Windows**
30
-
1) Install Java Java Development Kit(JDK) 21 o your system from [Official Website](https://www.oracle.com/in/java/technologies/downloads/#java21) as shown in [JDK Installation Instructions](https://docs.oracle.com/en/java/javase/23/install/overview-jdk-installation.html)
31
-
2) Install Maven as shown on the [Official Website](https://maven.apache.org/install.html)
32
-
4) Compile and Run tests in Command Prompt:
30
+
1) Install Java JDK21 on your system from the [official website](https://www.oracle.com/in/java/technologies/downloads/#java21) as shown in [JDK installation instructions](https://docs.oracle.com/en/java/javase/23/install/overview-jdk-installation.html)
31
+
2) Install Maven as shown on the [official website](https://maven.apache.org/install.html)
32
+
4) Compile and Run tests using the command prompt:
33
33
```prompt
34
34
mvn build
35
35
mvn test
36
36
```
37
-
5) Run an example (CloudsimExample1) in cloudsim-examples in Command Prompt:
37
+
5) Run an example (e.g., CloudSimExample1) in cloudsim-examples using the command prompt:
**Suggestion:** Use an IDE such as IDEA Intellij to faciliate steps 4) and 5) from both Windows and Linux (Except WSL & WSL2 Without GUI)
72
+
**Suggestion:** Use an IDE such as IDEA Intellij to faciliate steps 4) and 5)
73
73
74
74
# Preferred Publication (Currently Under Revision, Available on arxiv only as a pre-print) #
75
75
* Remo Andreoli, Jie Zhao, Tommaso Cucinotta, and Rajkumar Buyya, [CloudSim 7G: An Integrated Toolkit for Modeling and Simulation of Future Generation Cloud Computing Environments](https://arxiv.org/pdf/2408.13386), arXiv:2408.13386 [cs.DC], 2024.
0 commit comments