Coder Social home page Coder Social logo

Compilation failure about ccsds HOT 4 CLOSED

femtotron avatar femtotron commented on June 14, 2024
Compilation failure

from ccsds.

Comments (4)

dariol83 avatar dariol83 commented on June 14, 2024

Hi, I would help you gladly if you can provide some additional information.

  1. What OS are you using?
  2. Is Java with version >= 11 installed correctly on your system?
  3. Is Maven installed and available from the path?
  4. You say that you could not launch the compilation with "mvn clean install": what kind of error does it print on the console?

Without this information, I won't be able to help you.

Best regards,
Dario

from ccsds.

femtotron avatar femtotron commented on June 14, 2024

Hi,
Thank you for your return.
I use Windows 10.
I installed Java 19
Maven is installed too and available from the path.
I have "Build Error" problem with JAVA_HOME not defined while I did it in "environment variable" of windows

When you have availability, can we chat about that pls ??

Bests

from ccsds.

dariol83 avatar dariol83 commented on June 14, 2024

I am sorry, but I don't provide direct user support via private chat for this kind of issues (not related to the library). In any case, please do step by step the followings:

  1. Download the binary version of openJDK from https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_windows-x64_bin.zip
  2. Decompress the archive somewhere: let's say you have it inside C:\Program Files\Java\jdk-17 (this folder contains the folders bin/, conf/, include/, and so on...)
  3. Download Maven binary zip archive from https://maven.apache.org/download.cgi
  4. Decompress the archive somewhere: let's say you have it inside C:\Program Files\Java\maven (this folder contains the folder bin/, boot/, and so on)
  5. Open a cmd.exe terminal
  6. Set the PATH env. variable:
    SET PATH=%PATH%;C:\Program Files\Java\jdk-17\bin;C:\Program Files\Java\maven\bin
  7. Set the JAVA_HOME env. variable:
    SET JAVA_HOME=C:\Program Files\Java\jdk-17

From this terminal, you can go inside the folder where you have the ccsds project, and run: mvn clean install.
I tried the above procedure on my Windows 10 installation and it works just fine.

Best regards,
Dario

from ccsds.

femtotron avatar femtotron commented on June 14, 2024

Hi Dario,
Sorry for the late reply.
I would like to thank you for your answer which helped me to solve my problem.

Best regards.
Eren

from ccsds.

Related Issues (13)

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.