Message from discussion
No bootstrap classes at: c:\erl5.7.4\lib\erts-5.7.3\ebi n
Received: by 10.147.82.10 with SMTP id j10mr3827499yal.6.1293856318152;
Fri, 31 Dec 2010 20:31:58 -0800 (PST)
X-BeenThere: erjang@googlegroups.com
Received: by 10.100.156.5 with SMTP id d5ls2629568ane.1.p; Fri, 31 Dec 2010
20:31:57 -0800 (PST)
MIME-Version: 1.0
Received: by 10.100.41.12 with SMTP id o12mr64785ano.57.1293856317803; Fri, 31
Dec 2010 20:31:57 -0800 (PST)
Received: by z19g2000yqb.googlegroups.com with HTTP; Fri, 31 Dec 2010 20:31:57
-0800 (PST)
Date: Fri, 31 Dec 2010 20:31:57 -0800 (PST)
In-Reply-To: <83c33e02-b262-4a2e-8e23-9084e71c0174@d8g2000yqf.googlegroups.com>
X-IP: 85.82.225.55
References: <d19e48eb-293d-4fdf-8b39-6eab1fb504b9@o14g2000prn.googlegroups.com>
<AANLkTinRTabX5tozMJJ6wRL2Sehij=DH32cVyxtyqHGk@mail.gmail.com>
<3620237c-66c0-4cc6-8952-d2a670c1268c@w18g2000vbe.googlegroups.com>,<2736f0d6-4309-443e-b7b8-6d99ddd13365@fj16g2000vbb.googlegroups.com>
<7FD450F4C3600241A3FC03930D308F033A887B6B18@MAIL01.interprise.dk>
<00d80195-54c0-49cd-af41-d00eeed2fad5@29g2000prb.googlegroups.com>
<8633e444-0fcc-4872-b7f3-a1127becb89f@c39g2000yqi.googlegroups.com>
<8e330f31-f0be-4255-b6cb-0905a2785c0d@p1g2000yqm.googlegroups.com>
<775cea2d-5adc-4ea6-81ae-75b89e8cb584@l17g2000yqe.googlegroups.com> <83c33e02-b262-4a2e-8e23-9084e71c0174@d8g2000yqf.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-Via: 1.1 localhost (squid/3.0.STABLE19)
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; da-DK; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13,gzip(gfe)
Message-ID: <5eb7ea1e-27d5-4c99-a59a-b6599f411a3d@z19g2000yqb.googlegroups.com>
Subject: Re: No bootstrap classes at: c:\erl5.7.4\lib\erts-5.7.3\ebin
From: eriksoe <erik...@gmail.com>
To: Erjang <erjang@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
On 28 Dec. 2010, 06:52, Pavlo Baron <pbit....@googlemail.com> wrote:
> I have fixed that problem in my fork on GitHub few days ago and placed
> a pull request with a solution description.
Right problem, slightly wrong fix - Java uses '/' as separator for
resource names, no matter the platform.
(I got suspicious because Java shouldn't be behaving differently just
because it's started by Cygwin; it doesn't "run on Cygwin" in that
sense. (Unless maybe if it's a JRE which is part of Cygwin - haven't
checked if one such exists at all.))
> Cygwin works great for me now.
You didn't have to change the start script?
I had to add some "if $TERM=cygwin... then use cygpath -w on certain
paths" logic. And a "-r" switch to read. (I'll push these changes on
occasion; at the moment my source copy in Windows isn't a proper
checkout.)