我正在使用此库将markdown转换为html。
SLOAD
然而,当我运行以下行...
<dependency>
<groupId>org.bitbucket.leito</groupId>
<artifactId>universal-document-converter</artifactId>
<version>1.1.0</version>
</dependency>
Eclipse抛出以下异常:
无法运行程序“pandoc”:error = 2,没有这样的文件或目录
我已经使用自制程序安装了pandoc,我可以从终端(命令行)运行pandoc并获得准确的结果,但不能从Eclipse获得。我看到pandoc安装在我本地计算机上的/ usr / local / bin / pandoc上。