Re: Incanter classpath difficulties

2009-06-22 Thread Richard Newman
Just another 2¢ in case someone stumbles across this thread from a search… I've actually seen oddities like this on OpenSolaris and my Mac, too, when running from a jar: I'm a little hazy on the details (working late is not good for the memory!) but IIRC there was some unhappy interaction

Re: Incanter classpath difficulties

2009-06-22 Thread liebke
Excellent, I'm glad you figured it out. I'll note the problem with / Library/Java/Extensions, in case it happens to others in the future. Thanks, David On Jun 22, 9:11 am, Anand Patil wrote: > OK, figured it out... the problem was I had copied incanter.clj to > /Library/Java/Extensions. When

Re: Incanter classpath difficulties

2009-06-22 Thread Konrad Hinsen
On Jun 22, 2009, at 15:11, Anand Patil wrote: > OK, figured it out... the problem was I had copied incanter.clj to / > Library/Java/Extensions. When I removed that copy, everything > worked as expected. Weird, but I'm glad it's not happening anymore. I have seen strange behaviour with Clojure

Re: Incanter classpath difficulties

2009-06-22 Thread Anand Patil
OK, figured it out... the problem was I had copied incanter.clj to /Library/Java/Extensions. When I removed that copy, everything worked as expected. Weird, but I'm glad it's not happening anymore. Anand On Mon, Jun 22, 2009 at 1:52 PM, Anand Patil < anand.prabhakar.pa...@gmail.com> wrote: > Hi D

Re: Incanter classpath difficulties

2009-06-22 Thread Anand Patil
Hi David, no worries, thanks for trying. I'll let you know if I find a solution. Cheers Anand On Mon, Jun 22, 2009 at 1:41 PM, liebke wrote: > > Anand, you've stumped me! You can import the class directly, but you > can't load incanter.core because it can't import the class? I'm not > sure what

Re: Incanter classpath difficulties

2009-06-22 Thread liebke
Anand, you've stumped me! You can import the class directly, but you can't load incanter.core because it can't import the class? I'm not sure what would cause that behavior, and I can't reproduce it. Whenever I encounter weird errors like this, I try rebooting. You might also try cloning incanter

Re: Incanter classpath difficulties

2009-06-22 Thread Anand Patil
On Mon, Jun 22, 2009 at 2:41 AM, liebke wrote: > > Hi Anand, > > Try changing the INCANTER_HOME variable in the clj script to the > absolute path to the incanter directory, instead of a relative path, > like ./ or ../ > > Let me know if that doesn't work. > Hi David, Didn't work, unfortunately.

Re: Incanter classpath difficulties

2009-06-21 Thread liebke
Hi Anand, Try changing the INCANTER_HOME variable in the clj script to the absolute path to the incanter directory, instead of a relative path, like ./ or ../ Let me know if that doesn't work. David On Jun 21, 1:19 pm, Anand Patil wrote: > On Sun, Jun 21, 2009 at 5:51 PM, carlitos wrote:

Re: Incanter classpath difficulties

2009-06-21 Thread Anand Patil
On Sun, Jun 21, 2009 at 5:51 PM, carlitos wrote: > > On Jun 21, 5:01 pm, Anand Patil > wrote: > > Hi David and all, > > > > Just trying to get up and running with Incanter, on a Mac with the github > > head. The clj script doesn't find part of parallel colt: > > > > (head-mac bin) ./clj > > Cloj

Re: Incanter classpath difficulties

2009-06-21 Thread carlitos
In my previou message I wrote > I can reproduce the issues you report where I meant to say > I _can't_ reproduce the issues you report Sorry for the noise. Carlos --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "C

Re: Incanter classpath difficulties

2009-06-21 Thread carlitos
On Jun 21, 5:01 pm, Anand Patil wrote: > Hi David and all, > > Just trying to get up and running with Incanter, on a Mac with the github > head. The clj script doesn't find part of parallel colt: > > (head-mac bin) ./clj > Clojure 1.1.0-alpha-SNAPSHOT Hello, I think the script is intended to be