<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Clojure Q&amp;A - Recent activity in CIDER</title>
<link>https://ask.clojure.org/index.php/activity/tools/cider</link>
<description></description>
<item>
<title>Commented: how do you set  -Djdk.attach.allowAttachSelf enabled so that I can interrupt a cider repl in emacs</title>
<link>https://ask.clojure.org/index.php/14697/attach-allowattachself-enabled-interrupt-cider-repl-emacs?show=14702#c14702</link>
<description>You've accurately identified the timeout. CIDER (nrepl, in fact) first tries to interrupt the thread in a &amp;quot;legal&amp;quot; way, but if that doesn't succeed, it waits for 5 seconds and then kills the thread forcefully. It is not very &amp;quot;safe&amp;quot;, might potentially corrupt memory or screw up locks, that's why it's a last resort, but it is totally fine to do that during development.&lt;br /&gt;
&lt;br /&gt;
Welcome to Clojure! Hope you have fun.</description>
<category>CIDER</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/14697/attach-allowattachself-enabled-interrupt-cider-repl-emacs?show=14702#c14702</guid>
<pubDate>Wed, 03 Sep 2025 06:45:25 +0000</pubDate>
</item>
<item>
<title>Commented: passing command line arguments to clojure via `cider-jack-in` (GNUEmacs 27.1, CIDER 1.2.0)</title>
<link>https://ask.clojure.org/index.php/12308/passing-command-arguments-clojure-cider-jack-gnuemacs-cider?show=13533#c13533</link>
<description>Cesar, you suggest using `(setq cider-clojure-clj-aliases &amp;quot;:dev&amp;quot;)` &lt;br /&gt;
When i look in the docs i only see the option `cider-clojure-cli-aliases` (so cli instead of clj)&lt;br /&gt;
&lt;br /&gt;
I think that's what we should use! Greetz</description>
<category>CIDER</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/12308/passing-command-arguments-clojure-cider-jack-gnuemacs-cider?show=13533#c13533</guid>
<pubDate>Wed, 06 Dec 2023 09:59:19 +0000</pubDate>
</item>
<item>
<title>Commented: Unable to locate a Java Runtime</title>
<link>https://ask.clojure.org/index.php/13107/unable-to-locate-a-java-runtime?show=13109#c13109</link>
<description>Thank you for your guidance.</description>
<category>CIDER</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/13107/unable-to-locate-a-java-runtime?show=13109#c13109</guid>
<pubDate>Sat, 29 Jul 2023 18:32:12 +0000</pubDate>
</item>
<item>
<title>Commented: cider repl error ClassNotFoundException: jdk.javadoc.doclet.Doclet</title>
<link>https://ask.clojure.org/index.php/12541/cider-error-classnotfoundexception-javadoc-doclet-doclet?show=12548#c12548</link>
<description>Thanks for giving me a hint. I decided to change the jdk that lein is using by adding JAVA_CMD environment. &amp;nbsp;C:\Program Files\Java\jdk1.8.0_231\bin\java. &amp;nbsp;(Switched to jdk 8 instead of the default jdk 11). It's working now. This will allow me to continue learning for now. I still want to use jdk 11 for production apps so I will still have to fix this issue in the future.&lt;br /&gt;
&lt;br /&gt;
I found this link helpful on how to switch jdk lein is using.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://gist.github.com/camsaul/c982019fd915510677236cd4b720a583&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://gist.github.com/camsaul/c982019fd915510677236cd4b720a583&lt;/a&gt;</description>
<category>CIDER</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/12541/cider-error-classnotfoundexception-javadoc-doclet-doclet?show=12548#c12548</guid>
<pubDate>Sat, 14 Jan 2023 18:02:58 +0000</pubDate>
</item>
<item>
<title>Commented: With Emacs/Cider, what is the way to have local javadocs available?</title>
<link>https://ask.clojure.org/index.php/12117/with-emacs-cider-what-the-way-have-local-javadocs-available?show=12120#c12120</link>
<description>Thank you.&lt;br /&gt;
&lt;br /&gt;
Thus, I could plug-in your middleware this way:&lt;br /&gt;
&lt;br /&gt;
(cider-add-to-alist 'cider-jack-in-dependencies &amp;quot;mx.cider/enrich-classpath&amp;quot; &amp;quot;1.9.0&amp;quot;)&lt;br /&gt;
(cider-add-to-alist 'cider-jack-in-dependencies &amp;quot;mx.cider/tools.deps.enrich-classpath&amp;quot; &amp;quot;1.9.0&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
It worked for me on Windows with Leiningen, once the Maven repo had been moved to C:\repo (a shorter path than the default one). Otherwize, Java would complain about ProcessBuilder being given too long args.&lt;br /&gt;
&lt;br /&gt;
With tools.deps I had no success.</description>
<category>CIDER</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/12117/with-emacs-cider-what-the-way-have-local-javadocs-available?show=12120#c12120</guid>
<pubDate>Thu, 18 Aug 2022 12:49:03 +0000</pubDate>
</item>
</channel>
</rss>