Did you encounter these problems with a recent codebase, or was it
days or weeks ago ?

We had reports of correct installations on Windows, Imac and Linux
boxes with recent codebase.

One use solved a problem on mac that could be the one you are faced
with ? :

"
The issue was that clojure.jar was listed
twice in the Java classpath... OH MY GOD.  That's it!  On Mac, you are
supposed to place clojure.jar in /Library/Java/Extensions , but
because eclipse puts clojure-0.0.1.1 in /Applications/eclipse/
plugins , Eclipse looks for the locked one in the first directory
before it finds the one in the plugin directory, thus preventing
Clojure code from being executed in Eclipse.  I moved clojure.jar out
of Extensions and out of the classpath, and it works like a charm
"

Please see 
http://groups.google.com/group/clojuredev-users/browse_thread/thread/31c46afd057f7e30
for details.

And feel free to subscribe to clojure-user ml to talk about
installation problems.

--
Laurent

On 21 jan, 22:30, Tom Ayerst <tom.aye...@gmail.com> wrote:
> Sadly, it would not install for me.  I am running 3.4.1 and I do Java dev so
> I should have all the dependencies.  It installs without complaint but comes
> up broken in the about plugins and there is no function ality to be found.
>
> Tom
>
> 2009/1/21 lpetit <laurent.pe...@gmail.com>
>
>
>
> > Hello,
>
> > If you want to give a "try" to clojure-dev (but you may well end up
> > using it if you can afford all its current limitations :-), I'll
> > recommand these two links :
>
> > - documentation page : the first lines explain how to install it (as
> > easy as installing any eclipse plugin from an eclipse update site, but
> > it is re-explained)
>
> > URL :http://code.google.com/p/clojure-dev/wiki/Documentation
>
> > - snapshots page : for you to view how it does look
>
> > URL :http://code.google.com/p/clojure-dev/wiki/ScreenShots
>
> > ==> AH ! And we now have RAINBOW PARENS in the clojuredev editor,
> > TADA ! :-)
> > (Must still choose more adapted colors, though)
>
> > If you want to follow on clojure-dev, then I'll recommand you
> > subscribe to its user ml too. Indeed, you may well end up finding
> > clojure-dev not mature enough currently (it depends on your
> > "standards" in this area :-), but things will change, and news on the
> > development of the plugin are constantly published to this ml (low
> > traffic, you won't be spammed :-).
>
> > Cheers,
>
> > --
> > Laurent
>
> > On 21 jan, 16:40, Matt Clark <matt.clar...@gmail.com> wrote:
> > > If you're not already an emacs user, I found it can be quite the
> > > learning curve getting into it.  So I'd recommend you also give the
> > > eclipse clojure-dev plugin a shot. It now has a REPL, namespace
> > > browser, syntax highlighting, etc and works fine on windows.
> >http://code.google.com/p/clojure-dev/
>
> > > On Jan 21, 10:05 am, anderspe <anders.u.pers...@gmail.com> wrote:
>
> > > > Hello, i am waiting for the book "Programming Clojure" by Stuart
> > > > Halloway,
> > > > I have set upp a enviroment that i can run a REPL and
> > > > load script.
>
> > > > But i am looking for som basic info about sett upp interaction
> > > > to a editor, EMACS or...
>
> > > > I have tryed Plugin to Netbeans but it was Alpha and have
> > > > som problem running Windows.
>
> > > > Tutorials, Links, tips would be nice
>
> > > > // Anders
--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to