我使用摩托罗拉提供的eclipse开发了一个Java程序。该程序在Windows中运行良好。
在那个特定的eclipse中,有一个应用程序包构建工具,它将构建一个.deb文件,安装在FX7500 RFID阅读器中。 Image 1
当我尝试使用该构建器时,命令提示符会要求我输入一些输入,其中一个是files目录。我输入了我的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
任何人都知道正确的方法吗?