在 FX7500 RFID reader 上部署 Java 应用程序
Deploy a Java app on FX7500 RFID reader
我使用摩托罗拉提供的eclipse开发了一个Java程序。该程序在 windows.
中运行良好
在那个特定的 eclipse 中,有一个用于应用程序包构建器的工具,它将构建一个要安装在 FX7500 RFID 中的 .deb 文件 reader。
Image 1
当我尝试使用该生成器时,命令提示符要求我输入一些内容,其中之一是文件目录。我输入我的jar文件目录,出现错误"Invalid file path"。
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
有谁知道正确的方法吗?
打包工具似乎在您的机器上找不到 xcopy 程序。您可能需要 configure your path.
我使用摩托罗拉提供的eclipse开发了一个Java程序。该程序在 windows.
中运行良好在那个特定的 eclipse 中,有一个用于应用程序包构建器的工具,它将构建一个要安装在 FX7500 RFID 中的 .deb 文件 reader。 Image 1
当我尝试使用该生成器时,命令提示符要求我输入一些内容,其中之一是文件目录。我输入我的jar文件目录,出现错误"Invalid file path"。 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
有谁知道正确的方法吗?
打包工具似乎在您的机器上找不到 xcopy 程序。您可能需要 configure your path.