Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue running project #25

Open
Peshu123 opened this issue Feb 27, 2017 · 1 comment
Open

Issue running project #25

Peshu123 opened this issue Feb 27, 2017 · 1 comment

Comments

@Peshu123
Copy link

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

@mcbuehler
Copy link

mcbuehler commented May 29, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants