Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用的 jar 文件有一堆文本文件的输出。我想使用这些文件进行文本挖掘。而不是单独执行 jar 文件,然后将输出用于我的 R 脚本,我希望我的 R 脚本也启动 jar 执行。有没有办法做到这一点?
想出了如何做到这一点。我像这样使用了 system() 命令
system ("java -jar tika-app-1.14.jar -t -i test.pdf")