On Sun, Mar 7, 2010 at 6:44 PM, strattonbrazil <strattonbra...@gmail.com> wrote: > I am on Linux. I have a 6.6 and a 6.8 directory in my .netbeans > folder. 6.6 still runs. I have tried moving individual jars in and > out of that dir, but I still get the error. I even moved the entire > 6.8 dir and still get the same message.
There's more than just jar files involved -- some of the .xml config files contain pointers that tell NetBeans to try to load whatever library it is that you are missing. If you want to completely remove the plugin, you need to get rid of all the clojure-related files in the .netbeans/6.8 directory. You can use the find command to locate them: $ find ~/.netbeans -name '*cloj*' -print Mark -- 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 members are moderated - please be patient with your first post. 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