【发布时间】:2017-08-03 09:06:45
【问题描述】:
我使用摩托罗拉提供的 eclipse 开发了一个 Java 程序。该程序在windows中运行良好。
在那个特定的 Eclipse 中,有一个用于应用程序包构建器的工具,它将构建一个 .deb 文件以安装在 FX7500 RFID 阅读器中。 Image 1
当我尝试使用该构建器时,命令提示符要求我输入一些输入,其中之一是文件目录。我输入我的jar文件目录,出现“无效文件路径”错误。 Image 2
那我应该输入什么?
我查看日志,是 xcopy 造成的。 *
--> Running 'FX7500 Embedded SDK App Package Builder' (Mon 13/03/2017- 9:47:27.38) ...
---> User input ...
---> Clean up ...
The system cannot find the file specified.
---> Creating folders ...
---> Creating 'debian-binary' file ...
---> Creating 'control' file ...
---> Adding files into 'data' folder ...
'xcopy' is not recognized as an internal or external command,
operable program or batch file.
---> ERROR - Invalid file path
有人知道正确的方法吗?
【问题讨论】:
-
如果你能添加你的一段代码会更好,这会导致这个错误。