Description: CloudSim is a framework that contains libraries and does not have to be installed. We need to unpack the downloaded package on any directory, add it to the java classpath, and it will be ready to be used.
Prerequisites: • Java Development Kit (JDK): java 23 •
IDE : Netbeans or Eclipse
Step 1
First search "download clousim" in the google search engine.
Step 2
Download the CloudSim-3.0
Step 3
Extract the cloudsim3.0.zip file
Step 4
Open NetBeans and Go to "File" in the menu bar. Click new project.
Step 5
Click Java with Ant and then choose next.
Step 6
To create a new java project "javaProject1".
Step 7
Click next, and then you will see "JavaProject1" will be created. Now expand JavaProject1 and you will see two folders. Source packages and Libraries. Hit the libraries
Step 8
Extract the jar file.
Step 9
Now go to the Cloudsim 3.0.3 extracted folder in your directory. Go to the path below:cloudsim3.0.3 -> examples->org . Copy the "org" subfolder which is inside examples as its parent folder. Once you copy it, go to Netbeans and paste it into the source packages.