1

I've done a clean, stage and dist inside the play console. After I unzip the folder created I go to the start script in the bin folder. Double click the script, it pops up for a split second and closes. Same thing happens if I run with administrator.

What would cause this? How would I go about fixing it?

EDIT: Also I've checked my path variables, not the problem. Also, I managed to grab a gif of what happens when I run it:

Imgur

Upon closer investigation, I found the frame of what it says:

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

Hopefully this is more helpful, I can provide more details if needed.

thedeadlybutter
  • 169
  • 1
  • 10
  • Did you instal the latest jdk? – flakes Apr 18 '14 at 16:14
  • Yes I have the JDK... I can run it fine, deploy to something like Heroku fine, just can't make a standalone. EDIT: Does it matter which version of Java 7 it is? The Play documentation doesn't mention this so I assume not. – thedeadlybutter Apr 18 '14 at 16:29
  • http://stackoverflow.com/questions/21429234/play-framework-2-stage-task-on-windows-the-input-line-is-too-long ? – Marco Acierno Apr 18 '14 at 16:50
  • Ah it appears we do have the same bug, is there a way we can close this? Also thanks Marco! – thedeadlybutter Apr 18 '14 at 17:00
  • Try to edit the script file and delimit a line, append the ^ character to the line. Eg: line1 ^ line2 ^ – Gere Apr 19 '14 at 03:02

1 Answers1

0

As one of the comments pointed out this is a known issue, some workarounds/answers can be found here Play Framework 2 Stage Task on Windows, "The input line is too long"

Community
  • 1
  • 1
thedeadlybutter
  • 169
  • 1
  • 10