VIDA-NYU / domain_discovery_tool_deprecated

Seed acquisition tool to bootstrap focused crawlers
23 stars 8 forks source link

Error: JAVA_HOME is not defined correctly. #100

Open nonokh opened 7 years ago

nonokh commented 7 years ago

I when i run the make command . i am getting the following error.

nono@nono-Inspiron-3542:~/domain_discovery_API$ make conda env update Using Anaconda API: https://api.anaconda.org Fetching package metadata ......... Solving package specifications: . #

To activate this environment, use:

>source activate dd_api

#

To deactivate this environment, use:

>source deactivate dd_api

#

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_discovery_API 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.

What changes should i make ? I am a student. Pardon the noobness.

yamsgithub commented 7 years ago

Any particular reason you are using a deprecated repository?