CreateProcess error=206, The filename or extension is too long.
Similary to this issue https://github.com/GradleFx/GradleFx/issues/136 reported in github. I can't compile the project due to next error:
> Task :compileFlex
[ant:java] : java.io.IOException: Cannot run program "C:\Java\jdk1.8.0_71\jre\bin\java.exe" (in directory "C:\Users\cballesteros\.gradle\gradleFx\sdks\29a39a441b6fbea1ea431fb64be89737055d482e\frameworks"): CreateProcess error=206, The filename or extension is too long.
Do you have a solution for this error?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Cristian Balles... on 14 Dec, 2017 03:11 PM
In addition, I tested the project in Linux and everything works fine. Seems like this error is only in windows.