timgilbert / lein-classpath-jar

A plugin to work around Windows classpath limits for leiningen
Eclipse Public License 1.0
8 stars 0 forks source link

sir ,i need your help #1

Closed chenyusheng closed 3 years ago

chenyusheng commented 3 years ago

i am using lein in my win10 pc and looking a way to solve the problem of 'error =206' I don't understand which file I should this code : {:user {:plugins [[lein-classpath-jar "0.1.0"]]}} ? if you can give me some guide it will be helpful,thanks a lot!

timgilbert commented 3 years ago

Hi @chenyusheng...

The file you want is the leiningen user profile file which lives at ~/.lein/profiles.clj.

On Windows your home directory will probably depend on your %USERPROFILE% value, so the location will probably be something like C:\Users\MY_USER_NAME\.lein\profiles.clj.

Hope this helps! Unfortunately I'm not currently running in a Windows environment so I may not be able to give you much more assistance than this.

chenyusheng commented 3 years ago

Hi @timgilbert thanks for your reply, it is very helpful. I has slove my issue now. My project is runing complete success!