输入行太长。该命令的语法不正确

时间:2015-08-12 04:49:19

标签: scala

当我开始播放 scala 制作模式时会出现这种错误,请任何人给我一个明确的想法..

F:\New_CMS\trunk\server\cms>activator start
[info] Loading project definition from F:\New_CMS\trunk\server\cms\project
[info] Set current project to cms (in build file:/F:/New_CMS/trunk/server/cms/)
[info] Wrote F:\New_CMS\trunk\server\cms\target\scala-2.11\cms_2.11-1.0-SNAPSHOT.pom

启动服务器。键入Ctrl + D退出日志,服务器将保留在后台

The input line is too long.
The syntax of the command is incorrect.

1 个答案:

答案 0 :(得分:1)

请按照以下步骤作为Windows解决方案:

    命令行中
  1. activator stage

  2. 将舞台目录从target\universal\stage复制到c:\stage,以避免长文件路径出现问题

  3. 要避免错误的应用程序路径问题,只需使用以下内容创建一个新的.bat文件(我的项目名为proj):set PROJ_OPTS="-Dconfig.file=../conf/application.conf" proj.bat

  4. 注意:将PROJ_OPTS更改为YOURPROJECTNAME_OPTS,将proj.bat更改为yourprojectname.bat