First on the Internet to search for a foreign site of the same problem solution:
Http://stackoverflow.com/questions/21886271/exception-when-launching-new-project-with-lein-new
- Is you using Lein 2.3.x+? If not try Lein upgrade
- is running Lein REPL in the proper directory?
- Does Lein Deps succeed in downloading everything it needs?
- Does Lein version work (Ie:is Leiningen completely broken) if it does isn't work, delete ~/.lein and run it again.
Find their Leiningen version is 2.0.0, so go to the official website releases found the latest 2.5 then download: https://github.com/technomancy/leiningen/releases
Then find the solution that Leiningen is configured with the external tool in Eclipse's run: http://blog.csdn.net/xiejianming/article/details/6950630
But I use absolute address when I configure location and working directory, and I must write "new ${project_name}" When I configure arguments, otherwise I will report the previous error.
The following tips are available after run:
Generating a project called Jim-cloud-server based on the ' default ' template.
The default template is intended for library projects, not applications.
To see other templates (apps, plugin, etc), try ' lein help new '.
This should not be a configuration problem, so the issue of Leiningen configuration to eclipse was initially resolved.
Initial resolution of errors in Leiningen configuration to eclipse