VIDA-NYU / domain_discovery_tool

This repository contains the Domain Discovery Tool (DDT) project. DDT is an interactive system that helps users explore and better understand a domain (or topic) as it is represented on the Web.
http://domain-discovery-tool.readthedocs.io/en/latest/index.html
GNU General Public License v3.0
47 stars 18 forks source link

JAVA_HOME and make: *** No rule to make target #60

Closed nonokh closed 6 years ago

nonokh commented 6 years ago

I ran the make command and got two errors:

source activate dd_api; \ pushd seeds_generator; \ mvn compile assembly:single; \ popd ~/domain_discovery_API/seeds_generator ~/domain_discovery_API Error: JAVA_HOME is not defined correctly. We cannot execute /usr/lib/jvm/java-9-oracle/bin/java ~/domain_discoveryAPI make: *** No rule to make target_ '/home/nono/anaconda3/envs/dd_api/data/D_cbow_pdw_8B.pkl', needed by 'ranking/D_cbow_pdw_8B.pkl'. Stop.

I have java version-8 but why i it showing java-9-oracle when i do mvn --version:

nono@nono-Inspiron-3542:~$ mvn --version Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T22:11:47+05:30) Maven home: /opt/maven Java version: 1.8.0_144, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-oracle/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "4.10.0-32-generic", arch: "amd64", family: "unix"

and how to rectify the following *** No rule to make target error.

THNAK YOU.

yamsgithub commented 6 years ago

Is this still an issue? If not please close the issue.

yamsgithub commented 6 years ago

Closing issue as there was no response.