Open cgoliver opened 5 years ago
Hi @cgoliver, I had the same problem yesterday and found that the missing dependencies (the jung library) can be downloaded from https://sourceforge.net/projects/jung/ (jung2-2_0_1.zip).
Then, the code can be compiled with
cd src/graph-matching-toolkit
javac -d 'bin' -classpath 'jung2-2_0_1/*' src/*/*.java
or using the IDE of your choice (and manually adding the path of the jung libary (like above) to the project dependencies before compiling).
I am trying to run your code ,but it reprots some error ,could you offer some tips for me ?
it shows the error above seen in the pic
Hello,
I noticed there is an ant build file in the repo so I'm trying to build using it and I'm getting some compile errors that seem to indicate missing dependencies which I wasn't able to find in the repo with a simple grep. Wondering if you have any tips on how to address this:
Thanks!