From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: An Eclim frontend for Emacs Date: Thu, 30 Apr 2009 01:40:17 +0200 Message-ID: <87ocuf2fmm.fsf@thinkpad.tsdh.de> References: <87y6tz12m2.fsf@thinkpad.tsdh.de> <87ws9i6ggv.fsf@thinkpad.tsdh.de> <87fxg6urhz.fsf_-_@thinkpad.tsdh.de> <200904181430.n3IEUqhW014738@projectile.siege-engine.com> <87k55hx0t4.fsf@thinkpad.tsdh.de> <87fxg5wraj.fsf@thinkpad.tsdh.de> <80ab60jz6j.fsf@one.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1241048558 21275 80.91.229.12 (29 Apr 2009 23:42:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Apr 2009 23:42:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 30 01:42:29 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LzJQ4-0000Ts-St for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Apr 2009 01:42:29 +0200 Original-Received: from localhost ([127.0.0.1]:57045 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzJQ4-0001AI-Dd for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Apr 2009 19:42:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LzJOC-0000L5-Ek for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 19:40:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LzJOA-0000KK-Ih for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 19:40:32 -0400 Original-Received: from [199.232.76.173] (port=43129 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzJOA-0000KG-CM for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 19:40:30 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:44261 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LzJO9-0001af-Tn for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 19:40:30 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LzJO8-0004gX-Uh for help-gnu-emacs@gnu.org; Wed, 29 Apr 2009 23:40:28 +0000 Original-Received: from p54af2946.dip0.t-ipconnect.de ([84.175.41.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Apr 2009 23:40:28 +0000 Original-Received: from tassilo by p54af2946.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Apr 2009 23:40:28 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p54af2946.dip0.t-ipconnect.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) Cancel-Lock: sha1:ZiHYcryXWtMuKlH2yzoW9KbzMYo= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64117 Archived-At: Chris McMahan writes: Hi Chris, > Thanks for the config, but I have had no luck getting it (or > variations of it) to work in Windows XP using Emacs 23. I've tried > your config, pointing the executable to > > "c:/eclipse/plugins/org.eclim_1.4.5/bin/eclim.bat" > "c:/eclipse/plugins/org.eclim_1.4.5/bin/eclim.cmd" > "/cygdrivec/eclipse/plugins/org.eclim_1.4.5/bin/eclim.cmd" > > and any other combination I can think of. > > When I start the eclimd application > "c:/eclipse/eclimd.bat" > or > "c:/eclipse/eclimd.cmd" > > it seems to start ok, and tells me it's listening on port 9091 Ok, so it seems the server part is up and running. What does c:/eclipse/plugins/org.eclim_1.4.5/bin/eclim.bat -command project_list in a cmd.exe return after starting eclimd. It should return a listing of all projects in eclipse. (Or maybe you have to use the cmd file.) Bye, Tassilo BTW: I'm probably not very helpful as I don't have neither a windows box nor any clue how things work on windows [in the few cases where they do work]. -- When Richard Stallman makes a sudo command, he loses permissions.