当我开始播放 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.
答案 0 :(得分:1)
请按照以下步骤作为Windows解决方案:
activator stage
将舞台目录从target\universal\stage
复制到c:\stage
,以避免长文件路径出现问题
要避免错误的应用程序路径问题,只需使用以下内容创建一个新的.bat
文件(我的项目名为proj):set PROJ_OPTS="-Dconfig.file=../conf/application.conf" proj.bat
注意:将PROJ_OPTS
更改为YOURPROJECTNAME_OPTS
,将proj.bat
更改为yourprojectname.bat