karthikncode / MorphoChain

A model for unsupervised morphological analysis that integrates orthographic and semantic views of words.
http://people.csail.mit.edu/karthikn/morphochain/
MIT License
13 stars 12 forks source link

Ant build error #3

Open tuytoosh opened 4 years ago

tuytoosh commented 4 years ago

Hi, I have this error when compiling the project.

Buildfile: /media/hamid/Data/IASBS/Thesis/MorphoChain/build.xml

init:

clean.module.morphology:
   [delete] Deleting directory /media/hamid/Data/IASBS/Thesis/MorphoChain/out/production/Morphology

clean:

compile.module.morphology.production:
    [mkdir] Created dir: /media/hamid/Data/IASBS/Thesis/MorphoChain/out/production/Morphology
    [javac] /media/hamid/Data/IASBS/Thesis/MorphoChain/module_morphology.xml:89: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 46 source files to /media/hamid/Data/IASBS/Thesis/MorphoChain/out/production/Morphology

BUILD FAILED
/media/hamid/Data/IASBS/Thesis/MorphoChain/module_morphology.xml:89: /Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home does not exist.

Total time: 0 seconds

I'm not JAVA developer and I know that it is a basic error but I could not find anything for solving that.

Thank you.

tuytoosh commented 4 years ago

Let me answer my question after a challenging day (as a beginner in Java) :) I'm working on Ubuntu 18

And finally ant all.

Good luck.