Message from discussion
ANN Ritz 0.5.0
Received: by 10.236.84.225 with SMTP id s61mr3269494yhe.11.1348541002260;
Mon, 24 Sep 2012 19:43:22 -0700 (PDT)
X-BeenThere: clojure@googlegroups.com
Received: by 10.236.154.170 with SMTP id h30ls10352024yhk.7.gmail; Mon, 24 Sep
2012 19:43:13 -0700 (PDT)
Received: by 10.236.177.72 with SMTP id c48mr11259781yhm.31.1348540993625;
Mon, 24 Sep 2012 19:43:13 -0700 (PDT)
Received: by 10.236.177.72 with SMTP id c48mr11259779yhm.31.1348540993615;
Mon, 24 Sep 2012 19:43:13 -0700 (PDT)
Return-Path: <duncan.h...@gmail.com>
Received: from mail-qc0-f172.google.com (mail-qc0-f172.google.com [209.85.216.172])
by gmr-mx.google.com with ESMTPS id t6si3193016qcp.0.2012.09.24.19.43.13
(version=TLSv1/SSLv3 cipher=OTHER);
Mon, 24 Sep 2012 19:43:13 -0700 (PDT)
Received-SPF: pass (google.com: domain of duncan.h...@gmail.com designates 209.85.216.172 as permitted sender) client-ip=209.85.216.172;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of duncan.h...@gmail.com designates 209.85.216.172 as permitted sender) smtp.mail=duncan.h...@gmail.com; dkim=pass header...@gmail.com
Received: by qcac10 with SMTP id c10so5729059qca.31
for <clojure@googlegroups.com>; Mon, 24 Sep 2012 19:43:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=from:to:subject:references:date:in-reply-to:message-id:user-agent
:mime-version:content-type;
bh=C/0zZN8nrwpmYmWf4xVsAbt7rdlXzDEMTpx+ltnvnSk=;
b=IT8oUF6w3WIrCYbtgsrLJQQ2KfcvJsQ4w75qLV3i6xRtff38L4etCrNGYGbkyUFC+b
Vd8vlmyIzlzLMxjJbky6XU6CJqdi6G7dT2WJ4hvvHMTe1aF0SkTd4Ep/b5o3rE84p6VO
cfhNq6PMc/vuvdIWCx0lPc57FomBiohxqwK+92cNFOkicc91kh2g16Be+1hrNF9/KZvB
r0KCXxcZIzMvp11b9l/gp9xx4xz1QZGXG7KA1OSN2aX9GuStbLZarq4S78PISF7iXbwt
efL/Y02RHcOfxml/jJaBPwx5zM2WaZ3Hgm0d3PvTb9YJmPeJAax6HHUVAuzc7Z6ceBL9
QTHg==
Received: by 10.229.136.145 with SMTP id r17mr10384635qct.43.1348540993496;
Mon, 24 Sep 2012 19:43:13 -0700 (PDT)
Return-Path: <duncan.h...@gmail.com>
Received: from cyclops.hugoduncan.org ([70.24.177.33])
by mx.google.com with ESMTPS id h8sm28020936qap.16.2012.09.24.19.43.11
(version=TLSv1/SSLv3 cipher=OTHER);
Mon, 24 Sep 2012 19:43:12 -0700 (PDT)
From: Hugo Duncan <duncan.h...@gmail.com>
To: clojure@googlegroups.com
Subject: Re: ANN Ritz 0.5.0
References: <m2d31hokrx....@cyclops.hugoduncan.org>
<840b95e8-65a5-4f63-a431-4b589b514b9e@googlegroups.com>
Date: Mon, 24 Sep 2012 22:43:10 -0400
In-Reply-To: <840b95e8-65a5-4f63-a431-4b589b514b9e@googlegroups.com>
(adrians's message of "Fri, 21 Sep 2012 20:05:37 -0700 (PDT)")
Message-ID: <m27gri3jr5....@cyclops.hugoduncan.org>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (darwin)
MIME-Version: 1.0
Content-Type: text/plain
Adrian,
adrians <nman...@gmail.com> writes:
> I'm trying to get ritz-nrepl going with the latest lein2 and nrepl.el from
> Melpa. I think I've followed the instructions on the project page, yet I
> get this, when I nrepl-ritz-jack-in:
>
> error in process sentinel: Could not start nREPL server: Exception in thread "main" java.lang.ClassNotFoundException: com.sun.jdi.VirtualMachine
...
> The same exception is thrown if I invoke ritz-nrepl from the command-line.
> I'm using jdk 1.7.0_07 with Windows 7 64 bit, if that helps. Any clue as to
> what's going wrong?
The error is saying that it hasn't been able to find the jdk's tools.jar file.
This is issue https://github.com/pallet/ritz/issues/53, which is now
fixed and will be in the next release.
Hugo