Description
I am having a project where CCW refuses to start a REPL both in Lein-enabled and Java-launcher-enabled ways. The project depends on two other projects in the workspace, referenced from within checkouts as well as marked dependant in Eclipse project dependencies.
My current Eclipse is
Version: Neon Release (4.6.0)
Build id: 20160613-1800
CCW is Version 0.35.0.STABLE001
OS: Windows 7
Previously it worked just fine on Eclipse Mars + CCW 0.34.0.STABLE001 but there is this issure with CCW on Neon for me. Plain lein repl
in the OS command line works OK and starts the repl. In this case if I "Connect to REPL" that is started in the OS command line with lein repl, it connects and everything is fine.
But there is a hint for what's going on: lein clean
or lein repl
via CCW's "Generic Leiningen Command Line" says "Exception occurred executing command line.
Cannot run program "C:\Program Files\Java\jre1.8.0_91\bin\javaw.exe" (in directory "D:\my_project_dir"): CreateProcess error=206, The filename is too long"
lein clean
and lein run
from the OS command line work OK
Eclipse Mars + CCW 0.34 also work OK