Re: Swank-Inject Issue

2011-06-16 Thread Johan Wirde
Hi! I have only built on OSX so far which is why I haven't noticed this problem. Apparently the com.sun.jdi classes are packaged differently than on other platforms (there is no tools.jar on OSX). The best solution I could come up with involved using a new feature from lein 1.6.0-SNAPSHOT

Re: Swank-Inject Issue

2011-06-16 Thread Asim Jalis
Sweet. That worked. Thanks! On Thu, Jun 16, 2011 at 1:32 PM, Johan Wirde jo...@wirde.com wrote: Hi! I have only built on OSX so far which is why I haven't noticed this problem. Apparently the com.sun.jdi classes are packaged differently than on other platforms (there is no tools.jar on OSX).

Swank-Inject Issue

2011-06-15 Thread Asim Jalis
Hi, I am trying to get swank-inject to work on Ubuntu Linux and I am getting a failure related to tools.jar (ClassNotFoundException: com.sun.jdi.Bootstrap jdi.clj: 1). This error does not go away even if I add tools.jar directly to CLASSPATH. Has anyone seen this error before? Any ideas on how