Coder Social home page Coder Social logo

Comments (2)

kainagel avatar kainagel commented on August 20, 2024 1

jaxb is no longer part of the java distribution. I think it was removed between 8 and 9. So compiling with java8 should work. I would recommend trying this first to check if you have no additional errors. Once that is verified, and you insist on a java larger than 8: The commands to load the missing packages should already be in pom.xml, but commented out. Pls let us know how it goes.

from matsim-code-examples.

fr75 avatar fr75 commented on August 20, 2024

Thank you,

My problem was the java version

I have installed Java 8 (jdk-8u191-linux-x64.tar.gz)

  • Build of Matsim-example-project :
    git clone https://github.com/matsim-org/matsim-example-project
    mvn verify
    build succes in 23 s. (Final Memory: 22M/990M)

  • Build of full project :
    git clone https://github.com/matsim-org/matsim.git
    git status (to verify the branch origin/master)
    mvn package -DskipTests
    BUILD SUCCESS in 14 minutes
    Final Memory: 486M/3215M
    I have not modified pom.xml and so dependencies to jaxb are let commented in it. If we uncomment them, it does not compile. But I understand reading the comments in the file that we should do it.

from matsim-code-examples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.