We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba714d3 commit 5dd08b8Copy full SHA for 5dd08b8
README.md
@@ -23,7 +23,7 @@ Open powershell in windows (run->powershell) <br />
23
4) $env:GATE_HOME="..\GATEFiles" (beware: you are giving a relative path for ease.)<br />
24
25
**Run\Test:**<br />
26
-java -cp '.\bin*;..\GATEFiles\lib*;..\GATEFILES\bin\gate.jar;.\lib*' code4goal.antony.resumeparser.ResumeParserProgram .\UnitTests\AntonyDeepakThomas.pdf antony_thomas.json
+java -cp '.\bin\\\*;..\GATEFiles\lib\\\*;..\GATEFILES\bin\gate.jar;.\lib\\\*' code4goal.antony.resumeparser.ResumeParserProgram .\UnitTests\AntonyDeepakThomas.pdf antony_thomas.json
27
28
How does the parse work?
29
0 commit comments