./runjava在Windows上无法识别

时间:2016-06-23 10:08:23

标签: java linux windows github jar

我正在尝试在从这个github页面获得的文本文件上运行java程序 -

https://github.com/dbamman/book-nlp

这是它要求我运行的命令 -

./runjava novels/BookNLP -doc data/originalTexts/dickens.oliver.pg730.txt -printHTML -p data/output/dickens -tok data/tokens/dickens.oliver.tokens -f

我已按照其他说明运行book-nlp-master文件夹中的文件(我已经下载了zip文件)

据我记得,此命令在Linux上有效,但在Windows cmd上,它给了我这个错误 -

'.' is not recognized as an internal or external command,
operable program or batch file.

如果我按照窗口中的斜线切换斜杠,它会给我 -

'.\runjava' is not recognized as an internal or external command,
operable program or batch file.

我该如何解决这个问题。我在Linux上运行它,它对我有用,但我不记得我做了什么。

P.S。运行'runjava'给出了同样的错误。

2 个答案:

答案 0 :(得分:0)

如果你想在Windows上使用Bash脚本,我建议你使用Git Bash。 Git Bash提供了适用于Windows的Git安装。

Git:https://git-scm.com/downloads

答案 1 :(得分:0)

您使用Github for Windows附带的Cygwin或Powershell。