On Monday, September 17, 2012 3:05:57 PM UTC+1, Patrik Sundberg wrote:
>
> On Monday, November 28, 2011 9:52:55 PM UTC, Walter van der Laan wrote:
>>
>> You can add something like this to project.clj:
>> :resources-path "/usr/lib/jvm/java-6-sun/lib/tools.jar"
>>
>> Walter
>>
>
> I found this thread
On Monday, November 28, 2011 9:52:55 PM UTC, Walter van der Laan wrote:
>
> You can add something like this to project.clj:
> :resources-path "/usr/lib/jvm/java-6-sun/lib/tools.jar"
>
> Walter
>
I found this thread an a couple of other ones relating to the problematic
tools.jar and lein 2.
Does
You can add something like this to project.clj:
:resources-path "/usr/lib/jvm/java-6-sun/lib/tools.jar"
Walter
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new memb
On Sun, Nov 27, 2011 at 10:47 AM, David Powell wrote:
> Is there any way in Leiningen to add a dependency on the JDK's tools.jar?
> Apparently it is possible with maven [1]
> I was thinking of porting my liverepl[2] utility over to leiningen to make
> it a bit easier to install, and easier to run
Is there any way in Leiningen to add a dependency on the JDK's tools.jar?
Apparently it is possible with maven [1]
I was thinking of porting my liverepl[2] utility over to leiningen to make
it a bit easier to install, and easier to run without scripts, it uses the
JDK's Attach API from tools.jar