【发布时间】:2013-01-30 07:16:43
【问题描述】:
我正在尝试运行一个 xmlBeans 示例来编译一个 xsd 并创建一个与之对应的 jar,但是我一次又一次地收到此错误
java.io.Exception: Cannot run program "filelocation\javac": CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start
............
它可能与我的“路径”或“类路径”环境变量有关。请提出一些建议。
【问题讨论】:
标签: parsing xml-parsing xmlbeans