Cloudslab / iFogSim

The iFogSimToolkit (with its new release iFogSim2) for Modeling and Simulation of Resource Management Techniques in Internet of Things, Edge and Fog Computing Environments. In the new release Mobili Management, Microservice Management, and Dynamic Clustering mechanisms are added as new features.
143 stars 94 forks source link

Software is literally broken and won't run #9

Closed andrei-lz closed 2 years ago

andrei-lz commented 2 years ago

You can fix the dependencies that they don't have by adding the following code to the pom.xml and then right click-> Maven0->Update Project or select project and Alt+F5

<repositories>
       <repository>
            <id>WSO2</id>
            <url>http://dist.wso2.org/maven2/</url>
        </repository>
  </repositories>

  <dependencies>
      <dependency>
        <groupId>org.apache.commons</groupId>
        <artifactId>commons-math3</artifactId>
        <version>3.6.1</version>
    </dependency>
        <!-- https://mvnrepository.com/artifact/org.apache.clerezza.ext/org.json.simple -->
        <dependency>
            <groupId>org.apache.clerezza.ext</groupId>
            <artifactId>org.json.simple</artifactId>
            <version>0.4</version>
        </dependency>
            <!-- https://mvnrepository.com/artifact/com.google.common/google-collect -->
    <dependency>
        <groupId>com.google.common</groupId>
        <artifactId>google-collect</artifactId>
        <version>1.0-rc1</version>
    </dependency>
    </dependencies>

However, the program still fails to run

mgoudarzi90 commented 2 years ago

Dear User, The software is tested and works fine. Please let us know the exact issues you faced. Also please provide us some details to re-produce the error. Thanks