You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am new to Duke. I have been trying out deduplication within a dataset but I am encountering issues" ERROR: Couldn't instantiate class no.priv.garshol.duke.databases.LuceneDatabase: java.lang.ClassNotFoundException: no.priv.garshol.duke.databases.LuceneDatabase". Please guide. Thank you!
The text was updated successfully, but these errors were encountered:
Hi !
Assuming the build went well, maybe you should add the jars to your classpath. CLASSPATH=/home/..../duke-lucene/target/duke...SNAPSHOT.jar$CLASSPATH in your .bashrc or .profile. Don't forget to restart the console or use the $ source command.
@xinelim Try using this command -cp for defining classpath, java -cp C:\Users\batca\Desktop\Duke\duke-1.2\* no.priv.garshol.duke.Duke --showmatches countries.xml
Hi! I am new to Duke. I have been trying out deduplication within a dataset but I am encountering issues" ERROR: Couldn't instantiate class no.priv.garshol.duke.databases.LuceneDatabase: java.lang.ClassNotFoundException: no.priv.garshol.duke.databases.LuceneDatabase". Please guide. Thank you!
The text was updated successfully, but these errors were encountered: