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 have downloaded and installed the project as stated. On running it am getting below error
C:\ResumeParser\ResumeParser-master\ResumeTransducer>java -cp '.\bin*;..\GATEFi
les\lib*;..\GATEFILES\bin\gate.jar;.\lib*' code4goal.antony.resumeparser.Resum
eParserProgram .\UnitTests\AntonyDeepakThomas.pdf antony_thomas.json
Error: Could not find or load main class code4goal.antony.resumeparser.ResumePar
serProgram
The text was updated successfully, but these errors were encountered:
If you work on a Linux / Apple operating system, you have to change the "" to "/" and ";" to ":". Furthemore, the unix paths are case sensitive, so you have to change "GATEFILES" to "GATEFiles". java -cp './bin/*:../GATEFiles/lib/*:../GATEFiles/bin/gate.jar:./lib/*' code4goal.antony.resumeparser.ResumeParserProgram ./UnitTests/AntonyDeepakThomas.pdf antony_thomas.json
Hi,
I have downloaded and installed the project as stated. On running it am getting below error
C:\ResumeParser\ResumeParser-master\ResumeTransducer>java -cp '.\bin*;..\GATEFi
les\lib*;..\GATEFILES\bin\gate.jar;.\lib*' code4goal.antony.resumeparser.Resum
eParserProgram .\UnitTests\AntonyDeepakThomas.pdf antony_thomas.json
Error: Could not find or load main class code4goal.antony.resumeparser.ResumePar
serProgram
The text was updated successfully, but these errors were encountered: