GithubHelp home page GithubHelp logo

Docker build fails about dataturks HOT 4 OPEN

dataturks avatar dataturks commented on May 26, 2024 4
Docker build fails

from dataturks.

Comments (4)

hokreb avatar hokreb commented on May 26, 2024 4

I had the same problem like you, I just commented out the import of the netscape package in the DataDownloadHandler.java, then the compiling works :-)

from dataturks.

flocreate avatar flocreate commented on May 26, 2024

Hi there,
I got the same issue installing on a raspberry (for testing purpose).
I installed the way described in the main README.md

mvn --version

Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T21:00:29+02:00)
Maven home: /opt/apache-maven-3.6.1
Java version: 1.8.0_65, vendor: Oracle Corporation, runtime: /usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt/jre
Default locale: fr_FR, platform encoding: UTF-8
OS name: "linux", version: "4.14.79-v7+", arch: "arm", family: "unix"

mvn package -DskipTests

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project dataturks: Compilation failure
[ERROR] /home/pi/Documents/DataTurks-master/hope/src/main/java/dataturks/DataDownloadHandler.java:[17,27] package netscape.javascript does not exist

from dataturks.

tommydino93 avatar tommydino93 commented on May 26, 2024

I had the same problem while running the local installation. Following this thread, I managed to solve with:

>> mvn install:install-file -Dfile=/home/newuser/Downloads/openjfx-78-backport-compat-1.8.0.1.jar -DgroupId=net.java.openjfx.backport -DartifactId=openjfx-78-backport-compat -Dversion=1.8.0.1 -Dpackaging=jar

and then adding the dependency to the POM

from dataturks.

Danble avatar Danble commented on May 26, 2024

I had the same problem while running the local installation. Following this thread, I managed to solve with:

>> mvn install:install-file -Dfile=/home/newuser/Downloads/openjfx-78-backport-compat-1.8.0.1.jar -DgroupId=net.java.openjfx.backport -DartifactId=openjfx-78-backport-compat -Dversion=1.8.0.1 -Dpackaging=jar

and then adding the dependency to the POM

Hello @tommydino93. How do you add the dependency to the pom.xml file? What version do you indicate?

from dataturks.

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.