PlantUML 曾经在我的机器上正常工作,但自从我将 Java 版本升级到 1.7.0.21 后,它就停止生成 UML 图。
这是我在 Eclipse SDK 4.2.1 上收到的错误消息。当我有@startuml testdot @enduml
错误消息:“java.lang.IllegalArgumentException:可执行名称已嵌入引号,拆分参数”
有什么办法可以解决这个问题?
PlantUML 曾经在我的机器上正常工作,但自从我将 Java 版本升级到 1.7.0.21 后,它就停止生成 UML 图。
这是我在 Eclipse SDK 4.2.1 上收到的错误消息。当我有@startuml testdot @enduml
错误消息:“java.lang.IllegalArgumentException:可执行名称已嵌入引号,拆分参数”
有什么办法可以解决这个问题?
I fixed this problem by replacing the new plantuml.jar version to this path
C:\Eclipse\plugins\net.sourceforge.plantuml.eclipse_1.1.8.7950\lib\plantUml
Apparently, it appears that I have been using older version of plantuml.jar file (version 7950). I have replaced with this new one to work with Java version to 1.7.0.21.
The new plantuml version is available
请参阅http://plantuml.sourceforge.net/news.html 版本 7964 修复了该问题。